Ticket #6821 (closed Bug: fixed)
[IE] enterkey doesn't create new list item
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.3 |
| Component: | UI : Enter Key | Version: | 3.5 |
| Keywords: | IE | Cc: | jamcunni@… |
Description
- Load the editor with the following content and selection:
<ol> <li> <h1>heading list^</h1> </li> </ol>
- Press enter at the end;
- Actual Result: New paragraph created instead of new list item.
Change History
comment:2 Changed 2 years ago by garry.yao
- Status changed from new to closed
- Resolution set to fixed
Fixed by #6807.
comment:3 Changed 2 years ago by james c
- Cc jamcunni@… added
There is still an issue here in IE8 non-compatibility mode.
Test Case:
Follow the 2 steps in the test case above.
Notice after step 2 that the cursor appears below the number 2 intead of beside it. (incorrect behaviour)
Now press backspace.
Expected: The number 2 is deleted & the cursor returns to the end of the first list item.
Actual: The number 2 is replaced by a number 1 in Heading 1 paragraph format & the cursor returns to the end of the first list item.
(Also try clicking after the last list item & pressing backspace. You cannot delete the number)
Note: See
TracTickets for help on using
tickets.

Root same cause with #6807.