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