Completed
Last Updated: 27 Jul 2016 11:48 by ADMIN
ADMIN
Slav
Created on: 03 Dec 2013 12:52
Category: Editor
Type: Bug Report
0
Problem with joining a list element with paragraph in RadEditor under IE8 for Windows XP
The paragraph is still displayed under the list element in IE8 for Windows XP when the following is performed:

1. The HTML below is placed in a RadEditor in HTML mode;
<ul>
    <li>This is line 1</li>
</ul>
<p>This is line 2</p>

2. The editor is switched in Design mode;

3. The paragraph is incorrectly joined with the list element by placing the cursor at the start of the paragraph and pressing the Backspace key;

The issue can be avoided by bringing back the old behavior of the RadEditor's commands as described in this help article: http://www.telerik.com/help/aspnet-ajax/editor-inline-and-block-commands-behavior-change.html.
0 comments