Opened 13 years ago

Closed 12 years ago

#8259 closed Bug (fixed)

Problems with exiting lists

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc: satya_minnekanti@…

Description

  1. Open AJAX sample and paste in the following code:
    <ul>
    	<li>
    		item1</li>
    	<li>
    		item2</li>
    	<li>
    		item3</li>
    </ul>
    

Problem 1:

There is no dummy paragraph above so it is impossible to exit list and type/insert something above it.

Problem 2:
Workaround - at least I thought so.

  1. place the cursor before first item item1
  2. Press enter so that new empty element is created
  3. Press top arrow to enter the first element (IE9 has problem with that - #7434)
  4. Press BACKSPACE

Results:

IE - creates empty paragraph. Correct
Opera - whole list gets deleted
Webkit - creates empty div instead of empty paragraph FF- first element gets deleted but nothing gets created. List jumps up.

Reproducible from CKE 3.0

Change History (3)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 12 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

This issue can now be closed as it was fixed with magic line plugin in CKEditor 4.

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