]> source.dussan.org Git - jquery.git/commit
Event: Stop shimming focusin & focusout events
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 29 Apr 2019 19:13:36 +0000 (21:13 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2019 19:13:36 +0000 (21:13 +0200)
commit8a741376937dfacf9f82b2b88f93b239fe267435
tree8a98a5e76134c9eaacad57933e74f7d0077e85cd
parent8fae21200e80647fec4389995c4879948d11ad66
Event: Stop shimming focusin & focusout events

Latest versions of all browsers now implement focusin & focusout natively
and they all converged on a common event order so it doesn't make much sense
for us to normalize it to a different order anymore.

Note that it means we no longer guarantee that focusin fires before focus
and focusout before blur.

Fixes gh-4300
Closes gh-4362
README.md
src/event/focusin.js [deleted file]
src/event/support.js [deleted file]
src/jquery.js
test/unit/event.js
test/unit/support.js