Skip to content

Commit 2b9b2f2

Browse files
committed
Autocomplete: Removed commented out test.
1 parent 2445e20 commit 2b9b2f2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/unit/autocomplete/autocomplete_events.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,4 @@ asyncTest( "blur during remote search", function() {
176176
ac.val( "ro" ).keydown();
177177
});
178178

179-
/* TODO previous fix broke more than it fixed, disabling this for now - messed up regular menu select event
180-
test("blur without selection", function() {
181-
expect(1);
182-
var ac = $("#autocomplete").autocomplete({
183-
delay: 0,
184-
source: data
185-
});
186-
stop();
187-
ac.val("j").keydown();
188-
setTimeout(function() {
189-
$( ".ui-menu-item" ).first().simulate("mouseover");
190-
ac.simulate("keydown", { keyCode: $.ui.keyCode.TAB });
191-
deepEqual( ac.val(), "j" );
192-
start();
193-
}, 50);
194-
});
195-
*/
196-
197179
}( jQuery ) );

0 commit comments

Comments
 (0)