RESOLVED WORKSFORME 24795
Issues with evaluating DOM elements from IFrame to Parent
https://bugs.webkit.org/show_bug.cgi?id=24795
Summary Issues with evaluating DOM elements from IFrame to Parent
Samyem Tuladhar
Reported 2009-03-24 18:46:05 PDT
The URL attached with this bug demonstrates with the webkit build in safari having issues when DOM evaluations occur against a parent context in an iframe. All browsers, including Chrome, fades one of the DIVs when the button is clicked on the iframe except for Safari (both 3 and 4). Commenting the line that evaluates the parent.document.getElementById in IFrame makes the call properly as in other browser, but just by simply evaluating the element itself distorts further calls (in this case to the fade function) against the element.
Attachments
Samyem Tuladhar
Comment 1 2009-03-24 18:46:41 PDT
Cameron Zwarich (cpst)
Comment 2 2009-03-25 03:31:57 PDT
I'll try to make a reduction that doesn't depend on prototype.
Alexey Proskuryakov
Comment 3 2009-06-24 00:46:15 PDT
See also: bug 26520.
Alexey Proskuryakov
Comment 4 2010-02-26 21:21:23 PST
I can no longer reproduce with recent WebKit builds (I'm on r55339).
Note You need to log in before you can comment on or make changes to this bug.