Opened 13 years ago

Closed 13 years ago

#7919 closed Bug (fixed)

[IE] Creating link without focus inside body creates it inside host document

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone: CKEditor 3.6.1
Component: General Version: 3.6.1
Keywords: Cc: satya_minnekanti@…

Description

In IE, clear the cache and open the AJAX sample. Without focusing the editor, click on the link icon. Insert a URL and hit OK.
Note that the link is inserted at the top of the sample (inside the <h1> really), and a JS error is thrown:

Message: 'null' is null or not an object
Line: 1568
Char: 4
Code: 0
URI: _source/core/dom/range.js

Does not occur in 3.6.

Change History (5)

comment:1 Changed 13 years ago by Sa'ar Zac Elias

Supposed to be fixed by #7904.

comment:2 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 13 years ago by Jakub Ś

Status: newconfirmed

I could reproduce it on IE9 only and very occasionally, so I could not find the revision. It works on 3.6 but it doesn't always work on trunk.

On IE8 - everything seems to be fine.

On IE7 - JS error pops out: Message: Invalid argument
Line : 174
node.$.parentNode.insertBefore( this.$, node.$ );
URI: /_source/core/dom/node.js
This error has occurred from CKEditor 3.5.3 rev [6586]
Not sure if there should be a new ticket reported for this?

On IE6 I couldn't open dialogs but this is a different issue reported in #7922

comment:4 in reply to:  1 Changed 13 years ago by Garry Yao

Replying to Saare:

Supposed to be fixed by #7904.

This should not be related to #7904.

comment:5 Changed 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: confirmedclosed

Had been fixed by #7904.

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