Hello,
I have 3 RadDocks, each has a RadEditor.
After I drag any of the docks to the middle of the page. Or after I make a font change. The editor goes blank.
Here's the actual page: http://67.199.68.133/vista.aspx
<telerik:RadDockLayout ID="RadDockLayout1" runat="server"
StoreLayoutInViewState="True">
<div style="width:100%">
<div class="dleft">
<telerik:RadDockZone ID="RadDockZone1" runat="server" Height="600px"
Width="300px" BackColor="#FFFFCC" BorderColor="#00CC66" BorderWidth="1px"
BorderStyle="Solid" Skin="Hay">
<telerik:RadDock ID="RadDock1" runat="server" Width="300px" Height="90px" Resizable="true"
Text="Gone with the wind" Title="Event Name" DockHandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor1" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
<telerik:RadDock ID="RadDock2" runat="server" Width="300px" Height="90px" Resizable="true"
Text="March 17, 2009" Title="Event Date" DockHandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor2" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
<telerik:RadDock ID="RadDock3" runat="server" Width="300px" Height="90px" Resizable="true"
Title="Event Time" dockhandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor3" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
</telerik:RadDockZone>
</div>
<div class="dright" >
<br style="clear:both" />
<div class="dropArea">
</div>
</div>
</div>
</telerik:RadDockLayout>
I have 3 RadDocks, each has a RadEditor.
After I drag any of the docks to the middle of the page. Or after I make a font change. The editor goes blank.
Here's the actual page: http://67.199.68.133/vista.aspx
<telerik:RadDockLayout ID="RadDockLayout1" runat="server"
StoreLayoutInViewState="True">
<div style="width:100%">
<div class="dleft">
<telerik:RadDockZone ID="RadDockZone1" runat="server" Height="600px"
Width="300px" BackColor="#FFFFCC" BorderColor="#00CC66" BorderWidth="1px"
BorderStyle="Solid" Skin="Hay">
<telerik:RadDock ID="RadDock1" runat="server" Width="300px" Height="90px" Resizable="true"
Text="Gone with the wind" Title="Event Name" DockHandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor1" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
<telerik:RadDock ID="RadDock2" runat="server" Width="300px" Height="90px" Resizable="true"
Text="March 17, 2009" Title="Event Date" DockHandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor2" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
<telerik:RadDock ID="RadDock3" runat="server" Width="300px" Height="90px" Resizable="true"
Title="Event Time" dockhandle="Grip">
<ContentTemplate>
<telerik:RadEditor ID="RadEditor3" ToolsFile="BasicTools.xml" Height="99%" Width="99%"
runat="server" EditModes="Design" ToolbarMode="PageTop" >
</telerik:RadEditor>
</ContentTemplate>
</telerik:RadDock>
</telerik:RadDockZone>
</div>
<div class="dright" >
<br style="clear:both" />
<div class="dropArea">
</div>
</div>
</div>
</telerik:RadDockLayout>