From: Richard D. Worth Date: Wed, 9 Nov 2011 13:45:10 +0000 (-0500) Subject: Popup: increased delay between focusout and focusin/mouseup as it was sometimes not... X-Git-Tag: 1.9m7~153 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1856a84d590e1711935b72d1441851f4595f4f7d;p=jquery-ui.git Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough --- diff --git a/ui/jquery.ui.popup.js b/ui/jquery.ui.popup.js index f6585b761..128464cc2 100644 --- a/ui/jquery.ui.popup.js +++ b/ui/jquery.ui.popup.js @@ -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 );