﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3982	Enterkey on empty list item result weird	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page.
 1. Load the document with following content and selection:
 {{{
<table>
	<tbody>
	<tr>
		<td>
			<ol>
				<li>item1
					<ol>
						<li>item2</li>
						<li><br />^</li>
					</ol>
				</li>
			</ol>
		</td>
	</tr>
	</tbody>
</table>
 }}}
 1. Press enter two times;
  * Actual Result: The result structure is in a mess;
  * Expected Result: The list keep unchanged with cursor stay at the  end of list;"	Bug	closed	Normal	CKEditor 3.0	Core : Lists		fixed	Confirmed Review+	
