mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Button unit tests: Make sure the test timeout runs after the formResetHandler. Fixes unit tests in IE7.
This commit is contained in:
@@ -174,7 +174,7 @@ asyncTest( "Resetting a button's form should refresh the visual state of the but
|
||||
setTimeout(function() {
|
||||
ok( checkbox.button( "widget" ).hasClass( "ui-state-active" ));
|
||||
start();
|
||||
});
|
||||
}, 1 );
|
||||
});
|
||||
|
||||
asyncTest( "#6711 Checkbox/Radiobutton do not Show Focused State when using Keyboard Navigation", function() {
|
||||
|
||||
Reference in New Issue
Block a user