Skip to content

Commit 1856a84

Browse files
committed
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough
1 parent b90d83c commit 1856a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ $.widget( "ui.popup", {
168168
// handle the closing instead of opening again
169169
this.closeTimer = this._delay( function() {
170170
this.close( event );
171-
}, 100);
171+
}, 150);
172172
},
173173
focusin: function( event ) {
174174
clearTimeout( this.closeTimer );

0 commit comments

Comments
 (0)