Is there way to close popup when swiping between tabs - vue.js

I have a popup menu in one tab which not close automatically between swiping from tab to tab. Clicking outside of the popup window closing it, but the swipe is not detected as click so the popup stays on the screen as long as I click outside of it.
Have Googled this issue for a couple hours now with no results.
Can you give me any glue how handle this problem? I want that popup close when swipe, but don't know how.

I added id="somethinghere" for the tab, and for the popup menu element I added attach="somethinghere". Now it is attached to one tab and not following to other tabs, but it is not still closing. But this is better than nothing.

Related

How to bring popup to foreground?

I have a dynpro which creates a popup ALV (using a dialog container). A button on the popup will display another popup in the same way. My problem is that the last popup goes into the background, the selection going back to the first popup. Is there any way to fix/control this?

Lost my toolbar in Jgrasp how to get it back?

lost my toolbar buttons in Jgrasp I accidentally clicked the "X" button on the thought it was the exit button checked settings but too afraid to click a button that will change the environment again, here's the result,
Thanks!
The toolbar is language specific, so the toolbar goes away unless you have a file open. Since you pressed the X button, the file was closed, and thus, the toolbar went away. If you open up a new file (By clicking the folder icon on the far top left and selecting the previous file), it will bring back the toolbar.

How can I click a button that's only clickable from the bottom half?

So I'm trying to hit this button to activate the dropdown menu, but it seems that only half of it works, Im afraid the automation is clicking the top bottom or somewhere where is not active, let me illustrate with a few screenshots, which will contain a comparisson. ALSO can I click on one of the options from the dropdown without "activating it"? (clicking the DropDown Button)
Now another example from the button fully working
I have found that the button fully works if it's the first one to be clicked, if I click something else, then this issue happens, and that's only button with this issue

NSTextField in statsbar menu becomes unresponsive after clicking outside the menu

I'm building a statusbar menu using custom views, and everything seems to work fine except for text fields. The first time I open the menu, everything works fine. If I close the menu by clicking the statusbar icon again, it also continues to work fine.
If I close it by clicking outside the menu, however, the next time I open the menu the text fields will be completely unresponsive. I can sometimes highlight the NSTextField, and even make the "itemEdited" event happen.
Any ideas on this weird issue? Buttons put on the same view work fine.
I've made a sample project to demonstrate the problem: https://github.com/Nic0S/NSTextField-bug

How to customize qtip toolbar to remove the close icon

Can i customize the qtip title bar in such a way that i dont have the CLOSE (X mark on top right corner) button in my qtip.
Ps: I have enabled close qtip on click and hence i dont want the CLOSE icon to be displayed. I tried removing it through javascript but the close icon is present till my partial view is loaded. I dont want it to appear from the start.