-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Bug]: Copying addresses to clipboard is not working #19548
Comments
I also experience this issue. |
So what appears to be happening here in the video is that by the time you're pasting, a blank value has replaced the copied address in the clipboard. In the hook used to handle clipboard copying, there is a default timeout of 3 seconds: https://github.com/MetaMask/metamask-extension/blob/develop/ui/hooks/useCopyToClipboard.js#L12 After the timeout, two things happen, 1) The clipboard is cleared 2) The copied state is set to So, a higher timeout could be passed in here to keep the address copied longer. Maybe others have thoughts on the way to go here. cc: @brad-decker @darkwing |
Can be reproduced in v10.33.1 with the public address from wallet view in Chrome 114.0.5735.198 on Mac Ventura 13.4.1. https://recordit.co/SDH9xytIZr |
I have the same problem. Also, there is no way to display the complete address to do a Ctrl-A Ctrl-C copy. |
Thought I've got crazy ,but I have the same issue now |
Why is this still an issues as of 18/07/2023? |
We have a change to retain the public address of your selected account in the clipboard for 60 seconds after copying in v10.34 (instead of 3 seconds), which is available to Chrome users now and we hope to have available to Firefox users soon. We have another change targeted for the v10.35 release which will expand the 60 second timer to any addressed being copied. That release is in test and we anticipate to have it available in the coming weeks. |
still happening to me |
I'm still experiencing the same issue. Also, when you "create a new wallet" using a newly installed MetaMask, the "copy to clipboard" function to copy the 12-word secret recovery phrase also does not work properly. |
I recently updated the MM extension to 10.34 via Brave and for a hot minute, the copy/past worked! Then it didn't. Thanks for fixing this you fabulous, brilliant people!!! |
Still having this issue on chrome all I am copying is a |
Describe the bug
Problem: whenever I am using the function to copy to clipboard any address, I can see how they are actually not copied.
copy-to-clipboard.mp4
Steps to reproduce
Error messages or log output
No response
Version
10.31.1 (older issue since a couple of releases at least)
Build type
None
Browser
Chrome
Operating system
Linux
Hardware wallet
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: