mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Whitespace
This commit is contained in:
parent
548fbf570c
commit
1007ee811c
@ -412,10 +412,10 @@ asyncTest( "Close on click outside when focus remains", function() {
|
||||
} );
|
||||
|
||||
element.val( "j" ).autocomplete( "search", "j" );
|
||||
setTimeout(function() {
|
||||
setTimeout( function() {
|
||||
ok( menu.is( ":visible" ), "menu displays initially" );
|
||||
$( "body" ).simulate( "mousedown" );
|
||||
setTimeout(function() {
|
||||
setTimeout( function() {
|
||||
ok( menu.is( ":hidden" ), "menu closes after clicking elsewhere" );
|
||||
start();
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user