﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3243	Apply inline style within list item problem	Garry Yao	Martin Kou	"=== Reproducing Procedures ===
1. Open  the ''replace by class'' example page;
1. Make the following content with selection:
{{{
<ul>
	<li>^text^</li>
	<li>text</li>
</ul>
}}}
1. Click on 'Bold' to apply style
  * Actual Result: 
{{{
<ol>
	<li>
		<strong>text</strong></li>
	<li>
		<strong>text</strong><br />
	</li>
</ol>
}}}
 * Expected Result : 
{{{
<ol>
    <li>
         <strong>dddddd</strong></li>
    <li>
          dddd</li>
</ol>
}}}
"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		worksforme		
