This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16091 - The focus event is synchronous in browsers other than IE. Test-case: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1351 Apparently blur and various other events too. The spec seems to require that they're async.
Summary: The focus event is synchronous in browsers other than IE. Test-case: http://...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 18:20 UTC by contributor
Modified: 2012-07-18 18:46 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-02-23 18:20:52 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html
Multipage: http://www.whatwg.org/C#focus-management
Complete: http://www.whatwg.org/c#focus-management

Comment:
The focus event is synchronous in browsers other than IE.  Test-case:
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1351  Apparently
blur and various other events too.  The spec seems to require that they're
async.

Posted from: 72.229.29.65
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.7 Safari/535.19
Comment 1 Aryeh Gregor 2012-02-23 19:35:33 UTC
I was misunderstanding the spec.  Ms2ger clarified.