RESOLVED FIXED 12727
Layout test failure: fast/events/frame-click-focus.html
https://bugs.webkit.org/show_bug.cgi?id=12727
Summary Layout test failure: fast/events/frame-click-focus.html
David Kilzer (:ddkilzer)
Reported 2007-02-10 12:52:04 PST
The fast/events/frame-click-focus.html test started failing with build 5561, but reverting that change does not fix the test. http://build.webkit.org/post-commit-powerpc-mac-os-x/builds/5561
Attachments
Patch v1 (1.97 KB, patch)
2007-02-10 12:58 PST, David Kilzer (:ddkilzer)
aroben: review+
David Kilzer (:ddkilzer)
Comment 1 2007-02-10 12:58:49 PST
Created attachment 13110 [details] Patch v1 Proposed fix. Note that this test has varied results when loaded into Firefox 2.0.0.1 and Opera 9.10. - Opera 9.10 only blurs/focuses the main frame when the whole window loses/gains focus (e.g., when switching to another application or another browser window/tab), not when the iframe loses/gains focus. - Firefox 2.0.0.1 fires multiple events each time the iframe is blurred/focused. It also creates a focus event every time the iframe or main frame is clicked in, even if it already has focus.
Adam Roben (:aroben)
Comment 2 2007-02-10 13:57:09 PST
Comment on attachment 13110 [details] Patch v1 r=me
David Kilzer (:ddkilzer)
Comment 3 2007-02-10 17:02:38 PST
Committed revision 19555.
Note You need to log in before you can comment on or make changes to this bug.