Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so that...
authorDave Methvin <dave.methvin@gmail.com>
Thu, 10 Feb 2011 02:25:29 +0000 (21:25 -0500)
committerAnton M <obhvsbypqghgc@gmail.com>
Tue, 15 Feb 2011 21:08:39 +0000 (22:08 +0100)
commit12c0e1a692aa045e9d3cf166a41748d7f5fe31cc
treecc241a4b34037089d930883d7cd0a28bf5ba4400
parent1ddfdabbb983e2d3bf7f7200a3da5051f274e6fe
Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so that we don't accidentally stop propagation on it. Remove a bunch of return statements that could also cancel the event. DRY out the liveFired change from #6359 by moving it to the trigger() function.
src/event.js
test/unit/event.js