Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Events: don't execute native stop(Immediate)Propagation from simulation | Oleg Gaidarenko | 2016-05-19 | 1 | -17/+1 |
| | | | | | | In Firefox, called `stop(Immediate)Propagation` methods, in capturing phase prevents receiving focus Fixes gh-3111 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Event: Remove duplicated word text on comment | Jae Sung Park | 2015-12-03 | 1 | -1/+1 |
| | | | | Closes #2751 | ||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 1 | -0/+199 |
Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily. |