From: Coleman Watts Date: Sun, 29 Mar 2015 23:22:03 +0000 (-0400) Subject: Fix interaction with quicksearch when popup is open X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e5b38290cf2210f85b9b56dffe5e25fd195665b6;p=civicrm-core.git Fix interaction with quicksearch when popup is open --- diff --git a/js/Common.js b/js/Common.js index 5937ac41e4..e0ac0498f5 100644 --- a/js/Common.js +++ b/js/Common.js @@ -200,7 +200,7 @@ CRM.strings = CRM.strings || {}; // Workaround for https://github.com/ivaynberg/select2/issues/1246 $.ui.dialog.prototype._allowInteraction = function(e) { - return !!$(e.target).closest('.ui-dialog, .ui-datepicker, .select2-drop, .cke_dialog').length; + return !!$(e.target).closest('.ui-dialog, .ui-datepicker, .select2-drop, .cke_dialog, #civicrm-menu').length; }; /**