﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12476	IE8 crashes when calling insertHTML on an unordered list	ckeditorTest		"1. HTML is as follows:

{{{
<ul>
<li>test 1</li>
<li>test 2</li>
</ul>
}}}

2. Select 'test 2'
3. Execute following js:

{{{
var CKEDITOR = parent.window.opener.CKEDITOR;
var editor1 = CKEDITOR.instances.editor1;
editor1.insertHtml('<a href=""/test.doc"">test 2</a>');
}}}

4. IE 8 crashes running on Windows 7. Works ok for FF & Chrome.
works if the HTML is test 1<br />
test 2<br />"	Bug	closed	Normal		General		invalid		
