﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3617	Change list type incorrect	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page with '''enterMode = br''' in FF;
 1. Make the content and selection same as below:
 {{{
 text<ol><li>ite^m1</li><li>ite^m2</li></ol>text
 }}}
 1. Click on 'Bullet List' command to change the list type.
  * Expected Result: 
{{{
text<ul><li>item1</li><li>item2</li></ul>text
}}}
  * Actual Result: Javascript error thrown.
"	Bug	closed	Normal	CKEditor 3.0	Core : Styles		fixed	Confirmed Review+	
