jQuery-contextMenu icon indicating copy to clipboard operation
jQuery-contextMenu copied to clipboard

Background layer has to be rethink.

Open brunoflmg opened this issue 7 years ago • 2 comments

When the menu is opened there's an context-menu-layer div behind it. The problem is when we click again in another DOM element before close the context menu, the new clicked element is the div layer and not the element we need. And this layer do not allow us to apply the hover effect on the other elements before close the context menu.

I've tried all options combination possible and I was not able to avoid this plugin behavior. We have to abandon the plugin use because of that.

We migrate to this one... it is similar, but don't have the layer issue. https://github.com/mar10/jquery-ui-contextmenu

brunoflmg avatar May 25 '17 15:05 brunoflmg

Hmm, ok thanks for the report.

bbrala avatar Jun 12 '17 08:06 bbrala

There is another negative effect to the context-menu-layer. It changes the "hover" cursor for other elements, because we are essentially hovering above the background layer and not really the other elements.

ndvbd avatar Nov 02 '18 16:11 ndvbd