﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14900	Drop of inline widget in a span, splits the span in two	Alfonso Martínez de Lizarrondo		"== Steps to reproduce ==

1. Load CKEditor with the image2 widget and for easier testing 
{{{
config.allowedContent = true;
}}}
 
2. In the content add   

{{{
<p><span style=""border:2px solid red; padding: 10px"">A span</span></p>
}}}
 and an inline image (without caption)
3. In design mode drag the image into the span

== Expected result ==
The image is shown now inside the span

== Actual result ==
The span is split in two and the image (widget) is placed between the two spans
{{{
<p><span style=""border:2px solid red; padding: 10px"">A </span><img alt="""" src=""/userfiles/dnv.png""><span style=""border:2px solid red; padding: 10px"">span</span></p>
}}}


== Other details (browser, OS, CKEditor version, installed plugins) ==
Of course this happens with any other inline widget  
If the image is placed in source mode inside span then it works correctly and you can also drag the image from one position to another inside the span without problems"	New Feature	confirmed	Normal		UI : Widgets	4.5.0			
