zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Proposal: clipboard JS library with better browser support #230

Closed schams-net closed 4 years ago

schams-net commented 5 years ago

I understand that Password-Manager currently uses the Clipboard Interface to copy passwords to the clipboard. However, this is only supported by Chrome.

It would be nice to use a library that features better browser support. For example: https://zenorocha.github.io/clipboard.js

Related #207

BenjaminHae commented 5 years ago

It seems like ff supports the clipboard Interface: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API I'll make the changes so that Firefox is supported when I have time.

BenjaminHae commented 5 years ago

What browser are you using? It works for me when using a current firefox.

schams-net commented 5 years ago

Firefox 60.4.0esr (default package in Debian 9).

screenshot0001

zeruniverse commented 4 years ago

Goto #248 if not done yet