From e5b38290cf2210f85b9b56dffe5e25fd195665b6 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 29 Mar 2015 19:22:03 -0400 Subject: [PATCH] Fix interaction with quicksearch when popup is open --- js/Common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; /** -- 2.25.1