Fixed bubbling of live events (if an inner element handles an event first - and stops...
authorJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 23:29:57 +0000 (23:29 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 23:29:57 +0000 (23:29 +0000)
commit9aa0c69c43bad9fce5ef7732692308afb2a38ec6
tree8f4f5be81a2ba17d828e2fa4e1c1256a4ac10d14
parent0ae78024c23dd3ef4bcea883338d975dcf843597
Fixed bubbling of live events (if an inner element handles an event first - and stops progatation - then the parent event doesn't encounter the event). Thanks to Irae for the patch. Fixes bug #3980.
src/core.js
src/event.js
test/index.html
test/unit/event.js
test/unit/selector.js