﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9375	target.insertHtml is not working properly	yveszx		"when you use target.insertHtml(""somehtml""); the editor will remember what was inserted earlier and will load it again !

how to replicate :

insert an image in a blank document,
select all and delete (Blank page now)
then use a custom plugin that inserts some html

{{{
    final_html = '<a class=""glossary""  href=""glossary.aspx"" target=""_blank""> link </a>';
    target.focus();
    target.insertHtml(final_html);
}}}

'''And the image will be back...'''

The trace goes on,
if you insert an image, then table and delete all and run the code above you will get everything back !


 "	Bug	closed	Normal		General	4.0 Beta	fixed		
