When AutoResizeHeight is set to true in Chrome, on Editing in the content area, the view jerks, for example, when I select some text and click bold the view moves up. This happens on and off. The requirement for an editor is not to change position of the text which is being edited, it distracts the user.
<telerik:RadEditor RenderMode="Lightweight" runat="server" AutoResizeHeight="true"> <ContextMenus> <telerik:EditorContextMenu TagName="P"> <telerik:EditorContextMenuTool Name="Formatting" IconCssClass="reBold"> <Tools> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> </Tools> </telerik:EditorContextMenuTool> <telerik:EditorTool Name="Superscript" /> <telerik:EditorTool Name="Subscript" /> <telerik:EditorTool Name="Undo" /> <telerik:EditorTool Name="Redo" /> <telerik:EditorTool Name="FindAndReplace" /> </telerik:EditorContextMenu> <telerik:EditorContextMenu TagName="H1"> <telerik:EditorContextMenuTool Name="Formatting" IconCssClass="reBold"> <Tools> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> </Tools> </telerik:EditorContextMenuTool> <telerik:EditorTool Name="Superscript" /> <telerik:EditorTool Name="Subscript" /> <telerik:EditorTool Name="Undo" /> <telerik:EditorTool Name="Redo" /> <telerik:EditorTool Name="FindAndReplace" /> </telerik:EditorContextMenu> <telerik:EditorContextMenu TagName="A" Enabled="false"> </telerik:EditorContextMenu> <telerik:EditorContextMenu TagName="IMG"> <telerik:EditorTool Name="SetImageProperties" /> <telerik:EditorTool Name="ImageMapDialog" /> </telerik:EditorContextMenu> </ContextMenus> <Content> <p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p> <p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p> <p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p> <p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p><p>This is a plain text</p> </Content></telerik:RadEditor>