Opened 16 years ago
Last modified 16 years ago
#3703 closed Bug
editor.insertHtml cause error — at Initial Version
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page in IE8;
- 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"