Hi,
I'm having a problem with a RadEditor that I have on a RadWindow. When I set the height above about 140px, The editable part only fills up the first 140px, but the frame is the size I've defined. See that attached image for a better description than I can give.
Here's the markup:
<telerik:RadEditor ID="redLogText" runat="server" EditModes="Design" MaxTextLength="4000" SkinID="DefaultSetOfTools" ContentAreaMode="Div" OnClientInit="CharCountInit" Height="255px" Width="70%" Style="background-color: White; display: inline-block;" Skin="Default"> <Tools> <telerik:EditorToolGroup> <telerik:EditorSeparator Visible="true" /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" /> <telerik:EditorSeparator Visible="true" /> <telerik:EditorSplitButton Name="Undo" /> <telerik:EditorSplitButton Name="Redo" /> <telerik:EditorSeparator Visible="true" /> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator Visible="true" /> <telerik:EditorTool Name="JustifyLeft" /> <telerik:EditorTool Name="JustifyRight" /> <telerik:EditorTool Name="JustifyCenter" /> <telerik:EditorSeparator Visible="true" /> <telerik:EditorDropDown Name="FontName" /> <telerik:EditorDropDown Name="FontSize" /> <telerik:EditorSeparator Visible="true" /> <telerik:EditorTool Name="AjaxSpellCheck" /> </telerik:EditorToolGroup> </Tools> <Modules> <telerik:EditorModule Name="RadEditorStatistics" Visible="true" Enabled="true"></telerik:EditorModule> </Modules></telerik:RadEditor>