mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner Tests: Fix IE test failures by removing timing dependencies from focus/blur tests.(cherry picked from commit 5217b975f3
)
This commit is contained in:
parent
17472ace8c
commit
83e0b4c6c8
@ -94,11 +94,11 @@ asyncTest( "blur input while spinning with UP", function() {
|
||||
function step2() {
|
||||
value = element.val();
|
||||
ok( value > 11, "repeating while key is down" );
|
||||
setTimeout( function() {
|
||||
|
||||
element.bind( "blur", function() {
|
||||
value = element.val();
|
||||
});
|
||||
element[0].blur();
|
||||
setTimeout( step3, 250 );
|
||||
setTimeout( step3, 750 );
|
||||
})[ 0 ].blur();
|
||||
}
|
||||
|
||||
function step3() {
|
||||
|
Loading…
Reference in New Issue
Block a user