mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core tests: Fix double focus in IE
This commit is contained in:
parent
2fc2f02752
commit
96510ea6cc
@ -20,6 +20,8 @@ asyncTest( "focus", function() {
|
||||
ok( true, "event triggered" );
|
||||
})
|
||||
.focus( 500, function() {
|
||||
// prevent double focus event in IE
|
||||
$( this ).unbind( "focus" );
|
||||
ok( true, "callback triggered" );
|
||||
start();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user