Opened 16 years ago

Closed 16 years ago

#1574 closed Bug (invalid)

PaddingNode causes Permission Denied error in IE

Reported by: Matthias Miller Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending Cc:

Description

_FCK_PaddingNodeListener's call to FCKDomTools.EnforcePaddingNode was sometimes causing a "Permission Denied" error in IE. This is because it held a lingering reference to a node in a document that didn't exist.

The included patch works for me.

Attachments (1)

PaddingNode.patch (712 bytes) - added by Matthias Miller 16 years ago.

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by Matthias Miller

Attachment: PaddingNode.patch added

comment:1 Changed 16 years ago by Alfonso Martínez de Lizarrondo

A related protection was added to fck.js in #1074, if that isn't enough it would be better try to adjust its position and not do it twice.

I added it to fck.js in order to avoid calling the FCKDomTools from the FCKEditingArea.

What are the steps to reproduce the current problem?

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Pending added

Alfonso's comment makes sense. We should reproduce it here to understand how to properly proceed on this.

comment:3 Changed 16 years ago by Matthias Miller

I encountered this in my automated tests. I will see if I can come up with a simplified test case.

comment:4 Changed 16 years ago by Matthias Miller

I cannot duplicate this in the 2.5.1 release. This ticket can be closed.

comment:5 Changed 16 years ago by Martin Kou

Resolution: invalid
Status: newclosed
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