Robbendebiene / Gesturefy

Navigate, operate, and browse faster with mouse gestures! A customizable Firefox mouse gesture add-on with a variety of different commands.
https://addons.mozilla.org/firefox/addon/gesturefy/
GNU General Public License v3.0
829 stars 74 forks source link

How to not show right click menu when doing mouse gestures #705

Closed tintinmod closed 9 months ago

tintinmod commented 9 months ago

Describe your matter in detail

How to not show the right click menu when doing a mouse gesture?

Screenshots or further assistance

N/A

Your System

Robbendebiene commented 9 months ago

Please follow: https://github.com/Robbendebiene/Gesturefy/wiki/Troubleshooting#the-context-menu-opens-after-performing-a-gesture

tintinmod commented 9 months ago

Please follow: https://github.com/Robbendebiene/Gesturefy/wiki/Troubleshooting#the-context-menu-opens-after-performing-a-gesture

Thanks for getting back to me.

I did, unfortunately it did not work. dom.event.contextmenu.enabled and ui.context_menus.after_mouseup are both set to true and the context menu still opens when doing mouse gestures.

Robbendebiene commented 9 months ago

Then it is most likely caused by some sort of setting from the Floorp browser. Is your context menu suppressed on e.g. https://www.google.com/maps when you right click the map?

tintinmod commented 9 months ago

Then it is most likely caused by some sort of setting from the Floorp browser. Is your context menu suppressed on e.g. https://www.google.com/maps when you right click the map?

You're right... the culprit was actually a userscript I have running on Violentmonkey: it's a userscript that allows the user to be able to right-click on web pages that have this option disabled for visitors.

I turned off that userscript and Gesturefy works as intended now (no right-click context menu when doing mouse gestures). Thanks, and cheers.

Robbendebiene commented 9 months ago

Thanks for the update. Glad you could sort it out.