﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3703	editor.insertHtml cause error	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open the ''replace by class'' example page in IE8;
 1. Execute the following JavaScript in global scope:
{{{
	CKEDITOR.instances.editor1.insertHtml( 'text' );
}}}
  * Expected Result: The 'text' is inserted into beginning of document.
  * Actual Result: JavaScript error is thrown.
{{{
""'isLocked' is null or not an object""
}}}
"	Bug	new	Normal	CKEditor 3.0	General			IE Confirmed	
