When a native browser event is bubbling up the DOM, make sure that the correct isDefa...
authorDave Methvin <dave.methvin@gmail.com>
Thu, 23 Dec 2010 21:21:14 +0000 (16:21 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 24 Dec 2010 00:59:23 +0000 (19:59 -0500)
commit0b6afcedd22aaffb96d3d45b9b220a16229e2f7c
tree2f770ec8ff33d949d87ec825ea63d973dfcd500e
parent1f92edee207829a28de80ee72548cdbd599bcc79
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