[Webkit-unassigned] [Bug 33962] 'blur' event fired while modal dialog box is up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 15:31:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33962





--- Comment #11 from James Robinson <jamesr at chromium.org>  2010-01-27 15:31:37 PST ---
The focused state is the same when the dialog is dismissed as it was when the
dialog went up, so it doesn't make sense to fire any events at the page.  In
particular, with the following snippet:

<input id='i'></input>
<script>
var inElem = document.getElementById('i');
inElem.focus();
window.alert('hi');
</script>

Once the alert is dismissed, the input area is still focused.

-- 
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