You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the grid-row where I right-click has a tooltip, the tooltip is opened on top of the menu.
To get rid of the tooltip I have to move the mouse out of the menu, move it around a bit and then back.
It seems the menu has z-index 20000, and the tooltip has 20001
The text was updated successfully, but these errors were encountered:
When I test, I see that any tooltip that is open before I right-click is closed.
But if I move the mouse to the row and right-click before the tooltip is opened, I get the tooltip on top of the menu.
This is with Vaadin 7.6.7 and vaadin-context-menu 0.7.1
If the grid-row where I right-click has a tooltip, the tooltip is opened on top of the menu.
To get rid of the tooltip I have to move the mouse out of the menu, move it around a bit and then back.
It seems the menu has z-index 20000, and the tooltip has 20001
The text was updated successfully, but these errors were encountered: