Changes between Initial Version and Version 1 of Ticket #3703
- Timestamp:
- Jun 10, 2009, 4:16:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3703 – Description
initial v1 1 1 === Reproducing Procedures === 2 1. Open the ''replace by class'' example page in IE8; 3 1. Execute the following JavaScript in global scope: 4 {{{ 5 CKEDITOR.instances.editor1.insertHtml( 'text' ); 6 }}} 2 1. Open the attached example page in IE8; 7 3 * Expected Result: The 'text' is inserted into beginning of document. 8 4 * Actual Result: JavaScript error is thrown.