﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3620	Unexpected document change when selecting item on elementpath	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page with the following content and selection:
 {{{
 <table><tr><td>te^xt</td></tr></table>
 }}}
 1. Now select the '<tr>' item within the element path bar.
  * Expected Result : Document structure remains.
  * Actual Result : Source codes now as :
  {{{
 <p>
	<br />
</p>
<table>
	<tbody>
		<tr>
			<td>
				text</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
</p>
  }}}
"	Bug	closed	Normal	CKEditor 3.0	Core : Styles		fixed	Confirmed Review+	
