#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 (3)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
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)
Root same cause with #6807.