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

Screenshots not working on Firefox #9

Closed
daalta opened this issue May 8, 2020 · 5 comments
Closed

Screenshots not working on Firefox #9

daalta opened this issue May 8, 2020 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@daalta
Copy link

daalta commented May 8, 2020

As mentioned in #6 , screenshots do not work when using Firefox.

... Though maybe it'd be fine if you only supported Chrome. Switching browsers isn't too difficult :)

@bra1n bra1n added the bug Something isn't working label May 8, 2020
@bra1n bra1n self-assigned this May 8, 2020
@bra1n
Copy link
Owner

bra1n commented May 8, 2020

Added to the todo list. :-D It's not super high priority though.

@daalta
Copy link
Author

daalta commented May 8, 2020

Agreed!

@bra1n
Copy link
Owner

bra1n commented May 11, 2020

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/clipboard/setImageData should be the solution
(using this issue as a bookmark so I don't forget 😬)

@bra1n
Copy link
Owner

bra1n commented Jun 16, 2020

Alright, I looked into this some more and it turns out, that Firefox currently doesn't support adding screenshots directly to the clipboard - I hid the screenshot buttons there. However, there's a built-in screenshot functionality in the browser that does an almost equally decent job, so I'd suggest you use that in the meantime, or switch to Chrome. ;-)

@bra1n bra1n closed this as completed in cca49fc Jun 16, 2020
@daalta
Copy link
Author

daalta commented Jun 16, 2020

Good solution! Hiding makes sense, and mainly supporting Chrome does too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants