- From: Michał Gołębiowski-Owczarek <notifications@github.com>
- Date: Fri, 14 Dec 2018 04:14:42 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 December 2018 12:15:04 UTC
I re-checked browser behavior. Edge 17 & newer now matches Chrome. Firefox implemented that order as well. All dispatch the events in the following order: 1. `blur` 1. `focusout` 1. `focus` 1. `focusin` IE 11 does what [the spec](https://www.w3.org/TR/uievents/#events-focusevent-event-order) mandates, i.e.: 1. `focusout` 1. `focusin` 1. `blur` 1. `focus` The test case checking native behavior: https://jsfiddle.net/66znLhfw/15/ Is this still realistic to change the order when all current browsers implemented the same non-standard order? -- 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-447307822
Received on Friday, 14 December 2018 12:15:04 UTC