Opened 16 years ago
Closed 16 years ago
#3703 closed Bug (fixed)
editor.insertHtml cause error
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE Confirmed Review+ | Cc: |
Description (last modified by )
Reproducing Procedures
- Open the attached example page in IE8;
- Expected Result: The 'text' is inserted into beginning of document.
- Actual Result: JavaScript error is thrown.
"'isLocked' is null or not an object"
Attachments (2)
Change History (6)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
Changed 16 years ago by
Attachment: | 3703.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
The problem here is 'instanceReady' is fired based on 'mode' event, at this time, certain processing logic is not finished yet, so the editor is not in a Consistency state.
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Sorry, the reproducing should be someway else.