aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/trigger.js
Commit message (Collapse)AuthorAgeFilesLines
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-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 modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Event: Remove duplicated word text on commentJae Sung Park2015-12-031-1/+1
| | | | Closes #2751
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-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.