Re: [w3c/uievents] Figure out what to do with focusin/focusout (#88)

More weird stuff in blink. If focus is moved in blur handler, focusout it still dispatched, but if
focus is moved in focus handler, focusin isn't dispatched.
So, in blink it is possible to have events for the same target in order: blur, focus, focusin, focusout and yet have that target focused after focusout event.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/88#issuecomment-252917507

Received on Tuesday, 11 October 2016 13:33:28 UTC