mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Members with read-only access cannot select and copy text from item notes in chrome-based browsers #5885
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 @cs151075ovv on GitHub (Apr 22, 2025).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
v1.33.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx 1.26
Host/Server Operating System
Linux
Operating System Version
Debian 12/Windows 10
Clients
Web Vault
Client Version
chrome-based (tested on ms edge 135.0.3179.85 and google chrome 135.0.7049.96 on win10, opera 118.0.5461.35, google chrome 135.0.7049.84 on debian 12)
Steps To Reproduce
Expected Result
The user cannot modify the item, but can copy data from it
Actual Result
In chrome-based browsers:
The user cannot modify the item, but can only copy the login/password from it using the copy button.
The user cannot copy the note or part of it from it.
In firefox - expected result: The user cannot modify the item, but can copy data from it
Logs
Screenshots or Videos
Screenshot from firefox:

TestMember permissions:
Additional Context
In release 1.32.7 normal work: the user cannot modify the item, but can copy data from it in all browsers.
This inconvenience arose with version 1.33.0
@stefan0xC commented on GitHub (Apr 22, 2025):
This is a bug in the client. Since newer web-vaults have the redesigned interface automatically enabled this is already been fixed in

testing.If you want to preview the interface you can either switch to the
testingimage or enable the following feature flag:0d16da440d/.env.template (L352)