Opened 16 years ago
Last modified 16 years ago
#4009 closed Bug
[IE] Enter key before sub list result incorrect — at Version 2
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | |
Keywords: | Cc: |
Description (last modified by )
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 (2)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:2 Changed 16 years ago by
Component: | Core : Styles → Core : Lists |
---|---|
Description: | modified (diff) |
Keywords: | IE removed |
Affect Firefox.