﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13437	[D&D] Image2 broken in half when drag and dropped.	Szymon Cofalik		"'''Steps to reproduce:'''
1. Setup your editor:
{{{
<div id=""classic"">
	<p>foo bar</p>
	<figure class=""image right""><img alt=""CKEditor logo"" src=""/tests/_assets/logo.png"" />
		<figcaption>CKEditor</figcaption>
	</figure>
</div>
<script>
	CKEDITOR.replace( 'classic', {
		height: 400
	} );
</script>
}}}
Height added for easier reproduction.
2. Make selection with mouse from `[bar` to `CK]` (in caption).
3. D&D the selection somewhere (i.e. before `foo bar`). Note that you have to start dragging on selected text, not the widget.

'''Result:''' Widget got broken in half.

I think we should discuss expected result for this kind of selection. I can imagine some users trying to select some text and widget image *whole* but will fail to do so, because they will just select it to the end of caption. In this case you end up with the properly copied version of widget but you also have empty, gray rectangle in the place of the original widget."	Bug	confirmed	Normal		General	4.5.0		Blink Webkit	
