Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough

This commit is contained in:
Richard D. Worth 2011-11-09 08:45:10 -05:00
parent b90d83c6c4
commit 1856a84d59

View File

@ -168,7 +168,7 @@ $.widget( "ui.popup", {
// handle the closing instead of opening again
this.closeTimer = this._delay( function() {
this.close( event );
}, 100);
}, 150);
},
focusin: function( event ) {
clearTimeout( this.closeTimer );