RESOLVED WORKSFORME 14698
Resize event fails to fire on iframes.
https://bugs.webkit.org/show_bug.cgi?id=14698
Summary Resize event fails to fire on iframes.
bontakun
Reported 2007-07-20 15:08:09 PDT
The resize event fails to fire on iframes.
Attachments
The zip file contains a root.html and iframe.html to demonstrate that resize events are not fired inside the iframe (1.02 KB, application/octet-stream)
2007-09-01 09:34 PDT, Dragos Georgita
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-07-21 08:28:27 PDT
Thanks for the bug report, Ben! Could you provide a test case or a web page where this is an issue?
Dragos Georgita
Comment 2 2007-09-01 09:34:23 PDT
Created attachment 16174 [details] The zip file contains a root.html and iframe.html to demonstrate that resize events are not fired inside the iframe Just open root.html in webkit. Resize the window -> it only displays the logger for the ROOT events, missing those of the IFRAME. The same thing is true for FRAMEs
Sriram
Comment 3 2009-07-05 11:04:41 PDT
Works for me with r45546
Daniel Bates
Comment 4 2010-03-06 17:51:38 PST
Works for me as well using Safari Version 4.0.4 (6531.21.10). It looks like the fix for this issue was addressed in change set 28371 <http://trac.webkit.org/changeset/28371> (<rdar://problem/5346452>), which included the layout test <http://trac.webkit.org/browser/trunk/LayoutTests/fast/events/resize-subframe.html> to prevent a regression.
Note You need to log in before you can comment on or make changes to this bug.