Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right-click page context menu option disappears after some time, in Firefox #11

Open
joelpurra opened this issue May 19, 2019 · 1 comment
Labels

Comments

@joelpurra
Copy link
Owner

Expected behavior

Talkie's context menu item, shown when right-clicking selected text, is available when the user wants to use it.

Actual behavior

  • In Firefox, the Talkie: <selected text here> menu item seems to disappear after a while.
  • Using the browser bar button still works.

Steps to reproduce behavior

  • Leave Firefox running for some time, Talkie disappears from the right-click menu.
  • After how long is unclear -- hours?
  • Might depend on external factors.
    • System resource usage/load?
    • System sleep mode?
    • Certain websites/website features?
    • Other extensions?
  • If extension debugging is enabled, this does not seem to occur -- even after days.
    • Makes debugging hard.
    • Can logs still be extracted without debug mode?

System information

  • Your browser: Firefox
  • Your browser version: v66.0.5 (64-bit)
  • Your operating system: macOS
  • Your operating system version: v10.14.4 (18E226)

Might very well happen on other operating systems.

Additional information

The same, or similar problems, have been reported by users in recent weeks. Perhaps an issue with recent Firefox versions?

@joelpurra
Copy link
Owner Author

Perhaps it's related to the persistent setting? Firefox only handles persistent pages, thus ignoring the setting. Event pages (non-persistent) is the recommendation for Chromium. Talkie was built to be non-persistent and unloadable, as it should save system resources.

Found an MDN page regarding testing/debugging persistent features. It doesn't mention context menus though, so unsure if it applies. Any other ideas?

@joelpurra joelpurra added the bug label Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant