]> source.dussan.org Git - jquery.git/commit
Fix focus/blur unit test issues. Reopens #6705.
authorDave Methvin <dave.methvin@gmail.com>
Tue, 11 Oct 2011 03:14:08 +0000 (23:14 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 11 Oct 2011 03:14:08 +0000 (23:14 -0400)
commit511c9fe763bac171bb6ac3ac0a77c425da8b3112
treec7ee66bbcc469e3bd97754ff65d43b01882a66b2
parent307b1a3d77ba74388b38e8c9bb9b506bf1b21245
Fix focus/blur unit test issues. Reopens #6705.

In the event refactor, I tried to have the focus/blur events trigger the focus/blur plus focusin/focusout events but this doesn't handle various real-world cases that expect a trigger()ed jQuery handler to run and be able to pass data even if the native event shouldn't fire.

This reopens a bug that causes a double-fire of
inline event handlers.
src/event.js