﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4009	[IE] Enter key before sub list result incorrect	Garry Yao		"This is derived from #1420.
=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page.
 1. Load the document with following content:
 {{{
   <ol>
	<li>
		item1^
		<ol>
			<li>
				item2</li>
		</ol>
	</li>
   </ol>
 }}}
 1. Press enter key at the caret position;
  * Actual Result in IE: The new list is created, but the line height is not maintained.
  * Actual Result in Firefox: The cursor is still at the end of item 1 with the new list item created.
"	Bug	closed	Normal		Core : Lists		duplicate		
