kubuzetto / behind

behind! addon source code repository
https://addons.mozilla.org/en-US/firefox/addon/behind/
Mozilla Public License 2.0
89 stars 3 forks source link

Waterfox #3

Closed PiliJ closed 4 years ago

PiliJ commented 4 years ago

The option of the right-click context menu don't appear in Waterfox Classic last version...

kubuzetto commented 4 years ago

Thanks for the bug report!

Upon first inspection, the "visible": false setting in the contextMenus.create call seems to be causing the problem. I suspect that Waterfox does not support this flag, but does not play along with extra fields in the properties either. I'll look into it when I get home from work.

Add-on works as expected with Waterfox Current.

kubuzetto commented 4 years ago

As suspected, "visible": false is causing the problem. I applied some weird workaround there: in Waterfox, context menu icon is never hidden now. But at least it works :)

PiliJ commented 4 years ago

Thank you kubuzetto. Have you see the post on Ghacks ? https://www.ghacks.net/2020/07/04/firefox-add-on-behind-lets-you-download-any-image-that-is-behind-the-cursor/

kubuzetto commented 4 years ago

Happy to help :)

Yes, I saw it when u/UltraExelon shared the post on r/Firefox. It's an insane feeling to stumble upon a post about your own add-on 😄