﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3353	[IE] Unable to change list type	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: Elements path is shown as : body -> p -> strong
{{{
<ul>
	<li>
		^text</li>
</ul>
}}}
  * Actual Result: Javascript error thrown.
"	Bug	closed	Normal	CKEditor 3.0	General		worksforme	IE	
