Opened 14 years ago

Closed 11 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 Frederico Caldeira Knabben

Status: newpending

I'm having problems to reproduce this issue here. Do you have a more details description on how to reproduce it?

comment:2 Changed 14 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 11 years ago by Jakub Ś

Resolution: fixed
Status: pendingclosed

I have tried the same in CKEditor 3.6.6. In Ie6 and didn't get such issue. Seems it has expired on trunk.

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