Opened 17 years ago
Closed 17 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)
Change History (6)
Changed 17 years ago by
Attachment: | PaddingNode.patch added |
---|
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Keywords: | Pending added |
---|
Alfonso's comment makes sense. We should reproduce it here to understand how to properly proceed on this.
comment:3 Changed 17 years ago by
I encountered this in my automated tests. I will see if I can come up with a simplified test case.
comment:4 Changed 17 years ago by
I cannot duplicate this in the 2.5.1 release. This ticket can be closed.
comment:5 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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?