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

jQuery contextMenu plugin & polyfill

Results 105 jQuery-contextMenu issues
Sort by recently updated
recently updated
newest added

Firstly thanks for this, really enjoying it. I'm having an issue where if I set the trigger to 'right', everything works as it should; it correctly identifies the div that...

This plugin embeds jQuery UI Position v1.12 (https://github.com/swisnl/jQuery-contextMenu/blob/master/dist/jquery.ui.position.js). This version of jQuery UI is susceptible to Cross Site Scripting and is officially unsupported by jQuery UI. Upgrading this embedded code...

according to the docs: `animation: `{duration: 250, show: 'fadeIn', hide: 'fadeOut'}`` however during invocation `// position and show context menu opt.$menu.css(css)[opt.animation.show](opt.animation.duration, function () {` show() is executed on a string...

I will use the Menu in a web-component (Polymer), but that does not work! I think it's because of the Dom encapsulation (I can give only a selector, not a...

Feature

I try to use custom svg icons in the contextmenu. I try to understand how I could use this instruction (unfortunately I'm new to npm/node.js) https://swisnl.github.io/jQuery-contextMenu/docs/customize.html In this issue I...

I've tried adding them like this: icon: 'fa-trash', icon: 'fa fa-trash' or even icon: 'trash'. In the last case I dont see anything like I'm supposed to, but if I...

This adds the `useModal` option, defaults to `true` for the existing behaviour. With `useModal` set to false, rather than creating a hidden layer behind the contextmenu to capture closing clicks,...

I have used the context menu lib in my website. I have found this issue when i open my site in iPad. The context menu does not open in iPad....

Bug

I am getting an error trying to use jquery-contextMenu (v2.7.0) with Angular 6. It was installed with npm install --save jquery-contextmenu. In pure Javascript same code is working fine, within...

Question
Waiting for response

The repo's v3 branch README has a link to go to the 'v3 docs' but it actually takes you to the v2 docs. See screenshot: I suspect a decent bit...