iVis-at-Bilkent / cytoscape.js-context-menus

A Cytoscape.js extension to provide context menu around elements and core instance
MIT License
86 stars 41 forks source link

mouseover event is activated for the entities under the context menu #62

Open kmprakashbabu opened 2 years ago

kmprakashbabu commented 2 years ago

When the context menu is shown and while hovering the context menus, if there are nodes or edges under those context menus then those elements mouseover is activated.

In my case, I have tooltip enabled for the elements on mouseover and when I hover over the context menu and if there are any elements under the menus then tooltip for the underlying elements is shown.

Could you please take a look?

hasanbalci commented 2 years ago

It seems that we stop some events such as mousedown and mouseup, but not mouseover. We'll look into it.

kmprakashbabu commented 2 years ago

Thank you @hasanbalci

sp21 commented 2 years ago

Hi Even am facing this Issue, the mouse hover under the context menu is activated. Is there any closure on this issue or is there any work around we an try.