Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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

  1. Load the editor with the following content and selection:
    <ol>
    	<li>
    		<h1>heading list^</h1>
    	</li>
    </ol>
    
  2. Press enter at the end;
  • Actual Result: New paragraph created instead of new list item.

Change History (3)

comment:1 Changed 13 years ago by Garry Yao

Root same cause with #6807.

comment:2 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: newclosed

Fixed by #6807.

comment:3 Changed 13 years ago by James

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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy