﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3657	'Select All' result in content change	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in FF with the following content;
{{{
<ul><li>item</li></ul>
}}}
 1. Click on 'Select All' button, after this step, the selection now is actually as:
{{{
^<ul><li>item</li></ul>^
}}}
  * Expected Result: The document content remain unchanged.
  * Actual Result: There's an paragraph established before the list:
{{{
<p>
	<br />
</p>
<ul>
	<li>
		item</li>
</ul>
}}}
"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	Core : Styles		fixed	Confirmed Review+	
