Completed
Last Updated: 17 Nov 2014 16:46 by Elena
ADMIN
Slav
Created on: 13 Dec 2013 13:55
Category: Editor
Type: Bug Report
0
RadEditor is not displaying lists correctly when ContentAreaMode is set to Div under IE7
When you set RadEditor with ContentAreaMode="Div" and start entering a list under IE7 (this includes IE7 mode and Compatibility mode), the list items after the first one will not be displayed in Design view.

The following workaround should allow you to avoid the problem until it is resolved:

        <script type="text/javascript">
            function OnClientCommandExecuted(editor, args) {
                if ($telerik.isIE7) {
                    editor.repaint();
                }
            }
        </script>
        <telerik:RadEditor runat="server" ID="RadEditor1"
            OnClientCommandExecuted="OnClientCommandExecuted">
        </telerik:RadEditor>
2 comments
Elena
Posted on: 17 Nov 2014 16:46
Not reproducible in Q3 2014. 
Eduard
Posted on: 16 Dec 2013 16:41
This is applicable to IE 8 and IE 9 as well, also text is not visible after changing font size