﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3252	Deletion within nested list item is incorrect	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection;
{{{
<ol>
	<li>
		lev^el1
		<ol>
			<li>
				lev^el2<br />
			</li>
		</ol>
	</li>
</ol>
}}}
 1. Press 'Ctrl-X' to perform deletion on the seletion range.
  * Actual Result: 
{{{
<ol>
	<li>
		lev
		<ol>
			<li>
				el2<br />
				</li>
		</ol>
	</li>
</ol>
}}}
  * Expected Result:
{{{
<ol>
	<li>
		level2<br /></li>
</ol>
}}}"	Bug	closed	Normal		General		invalid		
