Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Clipboard related function not working in Firefox #72

Closed
shigure32 opened this issue Dec 26, 2019 · 1 comment
Closed

Clipboard related function not working in Firefox #72

shigure32 opened this issue Dec 26, 2019 · 1 comment
Labels

Comments

@shigure32
Copy link

After I select copy link / copy text function in Easy Drag, SmartUp asks for clipboard permission, yet the function is not working after Firefox is restarted.

Firefox ver: 71.0 64-bit
System: Windows 10 64-bit
SmartUp ver: latest version in Firefox add-on store

@YandLiu
Copy link
Contributor

YandLiu commented Jan 30, 2020

You can do following steps to fix it on your own:

  1. Download the xpi file from AMO.
  2. Unpack it like a zip file.
  3. Open folder where you unzip/js/background.js, locate the 1637th line
  4. Changedocument.execCommand('copy', false, null); to document.execCommand('copy', false, null);
  5. Re-pack, upload and sign it on https://addons.mozilla.org/en-US/developers/

zimocode added a commit that referenced this issue Feb 12, 2020
@zimocode zimocode added the Bug label Feb 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants