When a native browser event is bubbling up the DOM, make sure that the correct isDefa...
authorDave Methvin <dave.methvin@gmail.com>
Mon, 27 Dec 2010 19:30:05 +0000 (13:30 -0600)
committerColin Snover <github.com@zetafleet.com>
Mon, 27 Dec 2010 19:30:05 +0000 (13:30 -0600)
commit64ee5581afd6e9667ad45e75f082c95e2725efa6
tree7d28194e601bed4afc1567443c47221c0a6201f0
parent6ffa730721a8ebcd128f3dc202706e46d9cfe249
When a native browser event is bubbling up the DOM, make sure that the correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
src/event.js
test/unit/event.js