Ticket #1574 (closed Bug: invalid)
PaddingNode causes Permission Denied error in IE
| Reported by: | matthiasmiller | 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
Change History
comment:1 Changed 5 years ago by alfonsoml
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 5 years ago by fredck
- Keywords Pending added
Alfonso's comment makes sense. We should reproduce it here to understand how to properly proceed on this.
comment:3 Changed 5 years ago by matthiasmiller
I encountered this in my automated tests. I will see if I can come up with a simplified test case.
