Fix #8732. Change feature detect for focusin event support, so IE9 won't have duplicate events.
This commit is contained in:
parent
b7dd8404c5
commit
bbd9c776ea
2 changed files with 2 additions and 1 deletions
|
@ -850,7 +850,7 @@ function trigger( type, elem, args ) {
|
|||
}
|
||||
|
||||
// Create "bubbling" focus and blur events
|
||||
if ( document.addEventListener ) {
|
||||
if ( !jQuery.support.focusinBubbles ) {
|
||||
jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
|
||||
|
||||
// Attach a single capturing handler while someone wants focusin/focusout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue