﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3354	[IE] Unable to change list type	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content along with selection:
{{{
<ol>
	<li>
		^text</li>
</ol>
}}}
 1. Click on 'Bullet List' command to change list type;
  * Expected Result:
{{{
<ul>
	<li>
		^text</li>
</ul>
}}}
  * Actual Result: Javascript error thrown.
"	Bug	closed	Normal	CKEditor 3.0	General		fixed	IE Confirmed Review+	
