RESOLVED FIXED 11398
IFrame "blur" and "focus" are not fired
https://bugs.webkit.org/show_bug.cgi?id=11398
Summary IFrame "blur" and "focus" are not fired
webkit
Reported 2006-10-24 06:00:31 PDT
The "blur" and "focus" events on IFrames are not getting fired. The URL points to a test case that uses IFRAME.contentWindow to attach to the events. It works well on Firefox. I've also tried it with IFRAME, IFRAME.contentWindow.document and IFRAME.contentWindow.document.body with no results. Actually, when using IFRAME.contentWindow, the "focus" is fired when the page is loaded, but further "blur" and "focus" are not fired after it.
Attachments
Mark Rowe (bdash)
Comment 1 2006-10-25 20:04:38 PDT
Confirmed in 418.9 and ToT.
David Kilzer (:ddkilzer)
Comment 2 2007-01-07 04:39:46 PST
This should be retested after r18610 landed. http://trac.webkit.org/projects/webkit/changeset/18610
Alexey Proskuryakov
Comment 3 2007-01-07 09:32:34 PST
I can no longer reproduce the problem with the linked test case.
David Kilzer (:ddkilzer)
Comment 4 2007-01-09 20:42:45 PST
Confirmed this has been fixed in a locally-built debug build of WebKit r18703 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8L127).
Note You need to log in before you can comment on or make changes to this bug.