aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Event: Stop shimming focusin & focusout eventsMichał Gołębiowski-Owczarek2019-04-291-11/+0
| | | | | | | | | | | 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
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+2
| | | | Fixes gh-2056
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-191-1/+1
| | | | Closes gh-2312
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+9