Opened 12 years ago

Last modified 12 years ago

#9565 confirmed Bug

in IE, incorrect enter key behavior with block element in a list item — at Initial Version

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

Description

steps for recreation:

  1. type in some text
  2. select all format as some header
  3. select all and format as list
  4. place the cursor at 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
  2. write something
  3. go 1 down and write something

-> 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)

Change History (0)

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