Opened 14 years ago
Closed 14 years ago
#7303 closed Bug (duplicate)
IE: Javascript error when inserting an image.
Reported by: | James Cunningham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | IBM IE | Cc: | Damian, Teresa Monahan, Satya Minnekanti |
Description
Steps to reproduce the defect:
Scenario 1:
- Open the Ajax sample in IE.
- Open the image dialog.
- Paste http://a.cksource.com/e/1/img/logo-ckeditor-h100.png into the URL field & click OK.
Result: The following javascript error is thrown:
Message: 'this.$.currentStyle' is null or not an object Line: 16 Char: 1466 Code: 0 URI: http://nightly.ckeditor.com/6540/ckeditor.js
Scenario 2:
- Open the Ajax sample in IE.
- Insert a Smiley.
- Right click on the Smiley & click on Image Properties from the context menu.
Result: The same javascript error as above is thrown.
DUP of #7294.