mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough
This commit is contained in:
parent
b90d83c6c4
commit
1856a84d59
2
ui/jquery.ui.popup.js
vendored
2
ui/jquery.ui.popup.js
vendored
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user