No ticket: Fix IE focus test failures

This commit is contained in:
Richard Gibson 2013-09-23 12:00:57 -04:00
parent 4b378280d3
commit 3d6ed4483e

View File

@ -2640,7 +2640,7 @@ test( "make sure events cloned correctly", 18, function() {
clone.find("#check1").trigger("change"); // 0 events should fire
});
test( "Check order of focusin/focusout events", 2, function() {
asyncTest( "Check order of focusin/focusout events", 2, function() {
var focus, blur,
input = jQuery("#name");
@ -2664,7 +2664,10 @@ test( "Check order of focusin/focusout events", 2, function() {
jQuery("#search").trigger("focus");
// cleanup
input.off();
setTimeout(function() {
input.off();
start();
}, 50 );
});
test( "String.prototype.namespace does not cause trigger() to throw (#13360)", function() {