Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4009 closed Bug (duplicate)

[IE] Enter key before sub list result incorrect

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version:
Keywords: Cc:

Description (last modified by Garry Yao)

This is derived from #1420.

Reproducing Procedures

  1. Open the 'replace by class' sample page.
  2. Load the document with following content:
       <ol>
    	<li>
    		item1^
    		<ol>
    			<li>
    				item2</li>
    		</ol>
    	</li>
       </ol>
    
  3. 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)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.1

comment:2 Changed 15 years ago by Garry Yao

Component: Core : StylesCore : Lists
Description: modified (diff)
Keywords: IE removed

Affect Firefox.

comment:3 Changed 15 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #3165.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.1
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