Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Event: Stop shimming focusin & focusout events | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -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 mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | | | | Fixes gh-2056 | ||||
* | Event: provide verbose comment for focus(in | out) & rename support prop | Oleg Gaidarenko | 2015-05-19 | 1 | -1/+1 |
| | | | | Closes gh-2312 | ||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+9 |