﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3167	[IE]EnterKey=br incorrect with list item	Garry Yao	Martin Kou	"=== Reproducing Procedures ===
1. Open  the ''replace by code'' example page;
1. Make document content and selection as following:
{{{
<ol>
	<li>
		level1 ^</li>
</ol>
text
}}}
1. Press ''Enter'' key
 * Actual Result : 
{{{
<ol>
	<li>
		level1 <br />
	</li>
</ol>
text
}}}
 * Expected Result : 
{{{
<ol>
	<li>
		level1 </li>
	<li>
		<br />
	</li>
</ol>
text
}}}"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		fixed	IE Confirmed Review+	
