﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12365	"insertHtml adds unwanted div or span tag with contentEditable=""false"""	dan turcu		"In a javascript function I execute : 
CKEDITOR.instances[_editor].insertHtml(html);
where html is a String containing html code in form : <div><a href=""...""><img src=""...""></a></div>

The img tag is taken from the editor current selection, and the div and a tags are added. 

Actually I'm adding a link to an image in the editor.

In some cases, additional div or span tags with attribute contentEditable=""false"", are added surrounding the inserted html.

The problem is that after this tags are added if I execute the javascript again the insertHtml will make no change in the editor(because of the contentEditable=""false"").

Note that I'm using image2 plugin

"	Bug	closed	Normal		General		invalid		
