mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #786] "copy password" button not working on Chrome/Safari in web-vault 2.12.1 #542
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @pdarcos on GitHub (Dec 29, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/786
Hi guys,
Not sure if this is a bug in upstream bitwarden or in bitwarden_rs web vault, but the fact remains that something isn't working right when in the past it worked fine.
I opened a ticket on bitwarden here but I suspect Kyle isn't going to spend much time on this it seems to work OK on the original bitwarden web vault.
I compiled latest web-vault as per your wiki and everything works fine except for the copy password button inside any web-vault item on Chrome/Brave and Safari (Firefox works fine).
I also tried recompiling the web vault without applying your patch but the issue remains - at least that rules out your patch as the cause of this bug.
Anyone else seeing this odd behavior? Unfortunately the logs don't show anything relevant, even when set to trace.
Any clues?
Cheers
@pdarcos commented on GitHub (Dec 29, 2019):
Possibly related: I also just noticed I can no longer create any new organizations on the web-vault.
It's now showing me the bitwarden license file dialog (see screenshot).
This is all very weird. I'm probably going to revert to an older web-vault version that was working fine.
Let me know if you need any logs, etc
@pdarcos commented on GitHub (Dec 29, 2019):
FYI, I also just recompiled bitwarden_rs from latest git and the problems remain.
@pdarcos commented on GitHub (Dec 29, 2019):
Update: I just recompiled the web vault using version 2.12.0 instead of latest master and now copy/paste on Chrome is working again. Kyle is also looking into this since it seems to be a bug recently introduced upstream.
Nonetheless, the inability to add organizations (as seen in the screenshot above) remains.
Should I close this ticket and open one for the organizations bug?
@dani-garcia commented on GitHub (Dec 29, 2019):
If it asks for the license file it's because it was compiled wrong, I don't remember of the top of my head but there are two ways to compile the vault, one is called self hosted and the other is the default. You need to use the default one, even if the name seems to imply the opposite. Check the build script in my bw_web_builds repo.
@pdarcos commented on GitHub (Dec 29, 2019):
Aha, that would explain it then!
I was using npm run dist:selfhost because I wanted to make sure GA and any other privacy compromising features were completely removed.
Does the default one strip those out too?
Thanks
@dani-garcia commented on GitHub (Dec 29, 2019):
Analytics are already disabled in the patches we have, as far as I know that's the only 3rd party script in included.
@pdarcos commented on GitHub (Dec 29, 2019):
Thanks @dani-garcia
@MeiRos commented on GitHub (Feb 4, 2020):
Just noticed that I have the same issue lika pdarcos. Not the 'new organization' but the 'copy password' button isn't working. Chrome version 79.0.3945.123 and web vault version 2.12.1.
Is your copy password working @pdarcos ?