﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10177	<div>tag disappears after inserting style	xiltepin		"CKEditor 3.x & 4.X

1.- insert div tag
2.- insert another div tag within the already created div tag
3.- insert style <h3> within div tags. 

Should look like
<div>
<div>
<h3 style=""x""></h3>
</div>
</div>
But instead after inserting the h3 tag, it replaces one of the div tags and then it looks like


<div>
<h3 style=""x""></h3>
</div>
"	Bug	closed	Normal		General		invalid		
