﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8884	Dragging image wrapped in BlockElement leaves empty block elements in content area.	Jakub Ś		"1. Go to http://ckeditor.com/demo
2. Drag image (which is wrapped in H1) in few places inside content area
3. Switch to source and notice that there are many empty headers inside content area {{{ <h1>&nbsp;</h1> }}}

I have also tried using the below code (img inside div)
{{{
<div>
	<img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" style=""margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;"" /></div>
}}}
* In Chrome div completely is lost.
* In Safari and Opera Div is lost on first drag. Wrapping div stays at the top and doesn't break paragraphs like H1.
* in Firefox and IE8-10 orphan divs are left throughout content area

Issue reproducible in all browsers from CKEditor 3.0
"	Bug	confirmed	Normal		General	3.0			
