wildskyf / TextareaCache

Browser Add-on: Automatically save the content in Textarea.
MIT License
67 stars 7 forks source link

Context menu absent #94

Open davidebaldini opened 5 years ago

davidebaldini commented 5 years ago

Required:

The context menu does not appear when right-clicking on an empty HTML textarea nor anywhere else on a page, despite the addon's option "show context menu" is set and multiple stored entries are visible from the addon's toolbar button.

DeronLJ commented 4 years ago

Same here with Firefox Version 72.0.2. Perhaps the same as Issue #86 (except the context menu seems to always disappear).

Gitoffthelawn commented 4 years ago

I can confirm in Firefox 75.0.0.

Here's the error from Firefox's remote debugging console:

Promise rejected after context unloaded: Promise response from onMessage listener went out of scope initContextMenu moz-extension://UUID/content-script.js:26

Gitoffthelawn commented 4 years ago

I'm experiencing some instability in Firefox 75.0.0, and my debugging logs show that this could be one of several different issues responsible. Not conclusive, however.

B00ze64 commented 4 years ago

I was wondering if I was the only one not seeing any context menu, lol, looks like I'm not, not that I really miss it, I was just mostly curious, I never used it in the XUL extension (was there a context menu?)...

Mystqr4 commented 1 year ago

This is still an issue several years later which is disappointing. Is there any chances this will be fixed at all?