Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfocus / blur events aren't dispatched on `window` and `document` objects #11526
Labels
Comments
|
@Gozala When do you expect these to be fired for browser.html? |
I expect |
|
This sounds like #9482, in that case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is an example to reproduce it:
https://output.jsbin.com/picawu/3
This is either regression since
focus/blurused to be dispatched on thedocument, or it could be that @paulrouget had a patch for this that did not end up in upstream.P.S.: Webkit dispatches focus / blur only on
windowwhile gecko dispatches them on bothwindowanddocument.