Opened 14 years ago
Closed 12 years ago
#6070 closed Bug (fixed)
[IE6] Dragging a link that uses JavaScript code for the href value causes error.
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM | Cc: | Damian, satya_minnekanti@… |
Description
In IE6, if you drag a link that uses JavaScript as its href value, from outside the editor into the content area's iframe body, an error is thrown. You know when the mouse is over the iframe body when the cursor changes from a pointer to a text bar.
Link example:
<a href="javascript:void(window.open('http://dev.ckeditor.com', 'ckeditor'))"
The error is "type is null or not an object". It is occurring in the selection plugin. In the saveSelection function. The native selection object's type is read. The property does not exist for some reason in this scenario, and an error is thrown.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
I have tried the same in CKEditor 3.6.6. In Ie6 and didn't get such issue. Seems it has expired on trunk.
I'm having problems to reproduce this issue here. Do you have a more details description on how to reproduce it?