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
{{ message }}
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
On the demo, right click on one of the elements with the context menu attached. The jquery-ui-contextmenu appears. Right click on this menu, and the browsers context menu shows.
In my opinion, this shouldn't happen. Perhaps the contextmenu can catch the contextmenu (or the taphold) even and return false
The text was updated successfully, but these errors were encountered:
This seems to be the standard behavior of http://jqueryui.com/menu/ , I am not sure if the jQuery UI team had a reason for it.
However, it may be an option to add (e.g.preventContextMenuForPopup)
I would like the existing behavior to be preserved. If I have a menu option that redirects a user to a url, I would like them to be able to right click that option and choose to open the link in a new tab or window. This would only be useful with a meaningful href attribute instead of #cmd, but it is a simple change and I made a pull request for it (#34).
Chrome 27 on Ubuntu
On the demo, right click on one of the elements with the context menu attached. The jquery-ui-contextmenu appears. Right click on this menu, and the browsers context menu shows.
In my opinion, this shouldn't happen. Perhaps the contextmenu can catch the contextmenu (or the taphold) even and return false
The text was updated successfully, but these errors were encountered: