mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Copy Password button is not working on Chrome #607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @palmyambition on GitHub (Feb 13, 2020).
Subject of the issue
The copy password button, which is in Edit Item page, does NOT actually copy the password to clipboard, eventhoudg these is a popup message says that password is copied. It is misleading.
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@jjlin commented on GitHub (Feb 13, 2020):
Reproducible for me. Actually, none of the fields (username, password, or URL) copies to clipboard from the edit page. It works on vault.bitwarden.com, though.
@thamma commented on GitHub (Feb 14, 2020):
I can confirm the issue. Upon pressing either button, the username/password is neither copied to the system nor the primary clipboard.
@MeiRos commented on GitHub (Feb 16, 2020):
This issue have been discussed here. https://github.com/dani-garcia/bitwarden_rs/issues/786
When the other issue was fixed that issue thread was closed. So, it's better to continue here.
@ghost64 commented on GitHub (Feb 18, 2020):
I have this issue but only within a login object. If I use copy password from a login on the main vault screen using the gear icon.
@dani-garcia commented on GitHub (Feb 18, 2020):
This should be fixed with the new web vault version in the latest commit
916e96b143@dani-garcia commented on GitHub (May 14, 2020):
This is fixed so closing it.