htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
245 stars 56 forks source link

Using This Add-On Disables Copying/Pasting from Firefox #47

Closed brockn8r closed 2 years ago

brockn8r commented 2 years ago

For whatever reason - whether it is a Firefox bug, or your add-on - copying and pasting is disabled from/to Firefox after adding this add-on. If I remove, it all works again.

I am using Firefox 94.0 (64-bit)

I am running on Fedora 33.

Simple test:

  1. Add the multiple URL add-on
  2. Open any URL (say www.finance.yahoo.com)
  3. Double-click the address bar (so as to select the entire URL)
  4. Type cntrl-C (or right-click -> "Copy")
  5. Open up any other app to paste. Notice that the buffer is empty and nothing gets pasted.
htrinter commented 2 years ago

Hi, I am not able to reproduce the issue with Firefox 95 running on Xubuntu. The addon does not execute in the background, only when the popup is triggered via browseraction. Which is controlled by the browser. So I would assume this is a bug with Firefox, because the addon itself is not able to modify the behaviour described. Does restarting the browser or upgrading to v95 help?

brockn8r commented 2 years ago

The only method I have found to fix the problem is to "Refresh Firefox". I do this by clicking on the "hamburger" in the upper right, and selecting Help -> More troubleshooting information, and then clicking on the "Refresh Firefox..." button in the upper right. Unfortunately, that clears out everything (including removing this add-on).

https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings

Simply restarting Firefox does not help - nor does rebooting my workstation.

brockn8r commented 2 years ago

I just did a manual update to v95, and I found that the problem no longer exists; hence, I am closing this issue out. Thanks for responding.