﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10595	Wrong caret position after ENTER on list item with sub-list	Frederico Caldeira Knabben		" 1. Load this HTML:

{{{
<ul>
	<li>x
	<ul>
		<li>y</li>
	</ul>
	</li>
</ul>
}}}

 2. Place the caret after ""x"".
 3. 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."	Bug	confirmed	Normal		UI : Enter Key	4.0		Webkit	
