﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3249	'Deleted Text' Style within list item problem	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection;
{{{
<ol>
	<li>
		<p>
			^text^</p>
	</li>
</ol>
}}}
 1. Open 'Style Combo' and select 'Deleted Text' option;
  * Expected Result : 
{{{
<ol>
	<li>
		<p>
			<del>
				text</del></p>
	</li>
</ol>
}}}
  * Actual Result: 
{{{
<ol>
	<li>
		<p>
		</p>
		<del>
		<p>
			text</p>
		</del></li>
</ol>
}}}
"	Bug	closed	Normal	CKEditor 3.0	General		fixed	Firefox WorksForMe	
