[IE] Enter key before sub list result incorrect
This is derived from #1420.
Reproducing Procedures
- Open the 'replace by class' sample page.
- Load the document with following content:
<ol>
<li>
item1^
<ol>
<li>
item2</li>
</ol>
</li>
</ol>
- Press enter key at the caret position;
- Actual Result in IE: The new list is created, but the line height is not maintained.
- Actual Result in Firefox: The cursor is still at the end of item 1 with the new list item created.
Change History (4)
Milestone: |
CKEditor 3.0 →
CKEditor 3.1
|
Component: |
Core : Styles →
Core : Lists
|
Description: |
modified (diff)
|
Keywords: |
IE removed
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Affect Firefox.