﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3165	[IE] enterKey incorrect with list item	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by code'' example page;
 1. Make document content and selection as following:
{{{
<ol>
	<li>
		level1^
		<ol>
			<li>
				level2</li>
		</ol>
	</li>
</ol>
}}}
 1. Press ''Enter'' key
 * Actual Result : 
{{{
<ol>
	<li>
	</li>
	<li>
		level1
		<ol>
			<li>
				level2</li>
		</ol>
	</li>
</ol>
}}}
 * Expected Result : 
{{{
<ol>
	<li>
		level1
		<ol>
			<li>
				level2</li>
		</ol>
	</li>
	<li>
	</li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.1	Core : Lists	SVN (CKEditor) - OLD	fixed	Confirmed Review+	
