johndoh / roundcube-contextmenu

Adds context menus to various parts of Roundcube
https://plugins.roundcube.net/#/packages/johndoh/contextmenu
94 stars 30 forks source link

Use browser.menus API #117

Closed rshadow closed 5 years ago

rshadow commented 5 years ago

In the latest version of Firefox 68, I do not have a context menu. I think this is due to the transition to the browser api. See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus

johndoh commented 5 years ago

Works for me in FF68. I think your link refers to adding elements to the browser's context menu, I think for firefox addons. That is not what this plugin does.

What version of Roundcube are you running and what version of this plugin? Also what skin. Have you tried with all other plugins disabled? Check the browser console for JS errors.

rshadow commented 5 years ago

I found what the problem was. I used the plugin from the Debian distribution. When I used the plugin form githab, it all worked.