-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Copy/Paste Issue #41064
Comments
I was able to reproduce in Brave (1.70.107 on Linux) but not in Chrome using this minimal test case: https://fmarier.github.io/brave-testing/clipboard.html Here are a list of test cases, only the first one is lowercasing the
but only when copying to the clipboard using the JS API. The keyboard shortcut |
The fact that it works as expected in Chrome suggests to me that we're doing something weird with the clipboard. The only thing I can think of is #33037, but that feature is only supposed to be active on a small number of sites. cc @boocmp |
Another test case from https://community.brave.com/t/text-changes-when-using-clipboard-writetext/566397
|
It does like like it's related to copy-clean-link because it can also be reproduced right here by:
|
Looks like there's two problems here:
|
The above requires |
Verification passed on
41064.mov |
Verification PASSED on
Verified the description from the issue #41064 (comment)
|
Verified with
Reproduced the original issue using 1.70.117 with the STR/Cases outlined via #41064 (comment) & https://fmarier.github.io/brave-testing/clipboard.html. Verified fixed on 1.70.119
|
Description
When I copy some of my passwords via icon on the webui, the characters on the copied password coverts to the lower letters. I mean, I cannot copy and paste original password. If I make the password visible and then copy it manually via Ctrl + C or right click, I can paste it as original state without changing the letters.
The problem occurs on vault.bitwarden.com copy function via icon. I tried different browsers and there is no any problem.
Device: Apple M2 Max
OS: Sonoma 14.6.1
Brave: 2024.9.0
This problem that I face has started 10 or 12 days ago. Before that, there was no any issue. The problem occurs only one password that included ":", "^", and ",". For others, the characters stay same as expected. But for this password, let's say the password is "ASDASD:asd^ASD,ASD". When I manually copy the password there is no problem. But if I use the automatic copy function via icon on the website, it is converted to "asdasd:asd^ASD,ASD".
On the developer tools > console there is no any error. It's hard to explain the issue. I hope it's clear.
Steps to reproduce
Actual result
asdasd:asd^ASD,ASD
Expected result
ASDASD:asd^ASD,ASD
Reproduces how often
Easily reproduced
a
Channel information
Reproducibility
Miscellaneous information
No response
The text was updated successfully, but these errors were encountered: