[Webkit-unassigned] [Bug 33962] 'blur' event fired while modal dialog box is up
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 1 20:08:24 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33962
Dmitry Titov <dimich at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimich at chromium.org
--- Comment #13 from Dmitry Titov <dimich at chromium.org> 2010-02-01 20:08:22 PST ---
It seems the question here is "why only focus events need special treatment?"
I was easily able to reproduce the ASSERT in timers by creating a timer from
Worker's onmessage callback while showing alert() from the main page. So either
we should define what happens when a timer is created while modal UI is up
(fire it after modal UI is gone?), or we should 'pause' the page showing modal
UI in a more generic way.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list