﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4010	[IE] Outdent break list numbering	Garry Yao		"This is derived from #1491.
=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page.
 1. Load the document with following content:
 {{{
 <ol>
	<li>
		item1
		<ol>
			<li>
				&nbsp;^</li>
		</ol>
	</li>
	<li>
		item2</li>
</ol>
 }}}
 1. Click 'outdent' button;
  * Actual Result: The list numbering is incorrect as: 1,1,2;
  * Expected Result: The list numbering is: 1,2,3;
"	Bug	closed	Normal	CKEditor 3.0	Core : Lists		fixed	IE	
