Opened 11 years ago

Last modified 11 years ago

#10595 confirmed Bug

Wrong caret position after ENTER on list item with sub-list

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone:
Component: UI : Enter Key Version: 4.0
Keywords: Webkit Cc:

Description

  1. Load this HTML:
<ul>
	<li>x
	<ul>
		<li>y</li>
	</ul>
	</li>
</ul>
  1. Place the caret after "x".
  2. ENTER

Current results:

The new list item will be properly created, but the caret will be blinking right before "x".

Expected results:

The caret should be blinking in the new empty list item.

Change History (2)

comment:1 Changed 11 years ago by Olek Nowodziński

Status: newconfirmed

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Webkit added
Version: 4.1.3 (GitHub - master)4.0

I was able to reproduce this problem in Webkit (both Safari and Chrome) from CKEditor 4.0 (works fine in 4.0 beta and 3.x).

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