Skip to content

Commit

Permalink
Popup: increased delay between focusout and focusin/mouseup as it was…
Browse files Browse the repository at this point in the history
… sometimes not high enough
  • Loading branch information
rdworth committed Nov 9, 2011
1 parent b90d83c commit 1856a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 1856a84

Please sign in to comment.