﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10247	[Webkit] Enter key before sub list is not right	Piotrek Koszuliński	Olek Nowodziński	"{{{
<ol>
	<li>item1</li>
	<li>&nbsp;
	<ol>
		<li>item2</li>
	</ol>
	</li>
</ol>
}}}

Place caret at the beginning of second list item (nbsp) and press enter.

Result:

{{{
<ol>
	<li>^item1</li>
	<li>&nbsp;</li>
	<li>&nbsp;
	<ol>
		<li>item2</li>
	</ol>
	</li>
</ol>
}}}

Note that the caret was moved up to the item 1.

I was able to reproduce this on Chrome, but not on FF."	Bug	assigned	Normal		General	4.0		Webkit IBM	satya_minnekanti@…
