﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5873	Inconsistent behavior of insertHtml in IE and FF	Wiktor Walc		"When starting with the following html and selection (in wysiwyg mode):

{{{
<p><span style=""color: #f00"">text</span>^</p>
}}}

executing insertHtml (use _samples/api.html to check it) in IE8 results in:

{{{
<p><span style=""color: #f00"">textNEW_INSERTION</span></p>
}}}

in FF 3.6.3 the result is different:

{{{
<p><span style=""color: #f00"">text</span>NEW_INSERTION</p>
}}}
"	Bug	closed	Normal		General	3.0	fixed		
