]> source.dussan.org Git - jquery.git/commit
Event: don't execute native stop(Immediate)Propagation from simulation
authorOleg Gaidarenko <markelog@gmail.com>
Thu, 19 May 2016 17:56:39 +0000 (21:56 +0400)
committerOleg Gaidarenko <markelog@gmail.com>
Thu, 19 May 2016 19:22:13 +0000 (22:22 +0300)
commit66b840618da4d8e7ac8a83b856df6dd07892947f
treef064b96b61785fa4274979f70961fc8d5156aa2f
parenta15da4129a2ca4728a433ff3d108ec066ce6cc32
Event: don't execute native stop(Immediate)Propagation from simulation

In Firefox, called `stop(Immediate)Propagation` methods,
in capturing phase prevents receiving focus

Cherry-picked from 94efb7992911b6698f900f5b816d043b468bc277
Fixes gh-3111
src/event.js
src/event/trigger.js
test/unit/event.js