Skip to content

Commit 06dedaf

Browse files
committed
attachHideHandlers
1 parent 504dbba commit 06dedaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ qx.Class.define("osparc.dashboard.SearchBarFilterExtended", {
329329
this.__sharedWithMenu,
330330
this.__tagsMenu,
331331
];
332+
const contextDropDown = this.getChildControl("context-drop-down");
333+
const popup = contextDropDown.getChildControl("popup");
334+
if (popup.isVisible()) {
335+
excludeElements.push(popup);
336+
}
332337
for (let i = 0; i < excludeElements.length; i++) {
333338
if (excludeElements[i] && osparc.utils.Utils.isMouseOnElement(excludeElements[i], e)) {
334339
return;

0 commit comments

Comments
 (0)