﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5476	Enter key before sub list not right	Garry Yao		"=== Reproducing Procedures ===
 1. Load any of the sample page and fill the editor with the following contents:
 {{{
 <ol>
	<li>
		item1</li>
	<li>
		&nbsp;
		<ol>
			<li>
				item2</li>
		</ol>
	</li>
</ol>
 }}}
 1. Place the cursor at the beginning of the second list item (empty content) and press 'Enter' key;
 * Expected Result:
 {{{
 <ol>
	<li>
		item1</li>
</ol>
<p>
	&nbsp;</p>
<ol>
	<li>
		item2</li>
</ol>
 }}}
 * Actual Result:
  {{{
  <ol>
	<li>
		item1</li>
	<li>
		&nbsp;</li>
	<li>
		&nbsp;
		<ol>
			<li>
				item2</li>
		</ol>
	</li>
</ol>
  }}}
"	Bug	closed	Normal		General		wontfix	Discussion	
