﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3618	List is not merged	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:
 {{{
 <ul><li>item1</li></ul><ol><li>ite^m2</li></ol>
 }}}
 1. Click on 'Bullet List' command to change the list type.
  * Expected Result: 
{{{
<ul><li>item1</li><li>item2</li></ul>
}}}
  * Actual Result:  The previous list is not merged.
{{{
<ul><li>item1</li></ul><ul><li>ite^m2</li></ol>
}}}
"	Bug	closed	Normal	CKEditor 3.0	Core : Styles		fixed	Confirmed Review+	
