Hi here,
while migration our application from Vaadin 8 to 24 I came across the Context Menu.
Is it possible to prevent the Flow context menu to set pointer-events: none; to body when set opened?
In Vaadin 8, it is still possible to interact with the UI, what leads to closing the opened context menu, or when right clicking on a new target will open a new context menu. Users have noted that it slows down their usage.
Thanks for your help.
While I tested the stronger CSS rule too, I got a strange behavior in the grid context menu. Only every second or thrid right click the item was null in dynamic content handler.
Further that leads to possibility to have multiple Menu bars and one context menu open at the same time.