Opened 12 years ago

Last modified 11 years ago

#9565 confirmed Bug

in IE, incorrect enter key behavior with block element in a list item

Reported by: alissa Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.3.2
Keywords: IE Cc:

Description (last modified by Jakub Ś)

steps for recreation:

  1. type in some text (E.g. 3 paragraphs with few letters)
  2. select all format as some header (E.g Heading 1)
  3. select all and format as list
  4. place the cursor in the middle of the first list item
  5. press enter twice

(you already have a weird gap between lines 2 and 3)

  1. press up arrow twice (cursor is in the gap but when you start typing it jumps to point 2 and types text has no formatting )
  2. write something
  3. go 1 down and write something (cursor is in the gap and when you start typing text has header formatting )

-> you got

<ol>
	<li>
	<h1>as</h1>
	</li>
	<li>sdf
	<h1>sdf</h1>
	</li>
	<li>
	<h1>df</h1>
	</li>
</ol>

there is some text that is inside the li but outside the h1.

(i saw a similar ticket but for ck3 #4927)

Attachments (1)

list.png (19.3 KB) - added by Jakub Ś 11 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 11 years ago by Jakub Ś

Component: UI : Enter KeyCore : Lists
Keywords: IE9 list removed
Status: newconfirmed
Version: 4.0 (GitHub - master)3.3.2

This particular TC can be reproduced from CKEditor 3.3.2 in IE8-10 (IE7 works as expected).

It can be reproduced in CKe 3.x and 4.x

comment:2 Changed 11 years ago by Jakub Ś

Description: modified (diff)

Changed 11 years ago by Jakub Ś

Attachment: list.png added
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