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

  1. Open the replace by class example page in IE8;
  2. 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"
      

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy