-
Notifications
You must be signed in to change notification settings - Fork 975
Copy and paste function aren't work properly #14197
Comments
@flawless0714 I'm on Windows 10 using the same version (0.22.714) and I'm having trouble trying to reproduce the problem. Are you still actively experiencing the issue? Does it affect all copy/pastes? or just in a particular tab? Are you switching between tabs before doing the copy/paste? Any more info would be very much appreciated. Thanks! |
Scenarios I've tried:
(and probably a few others I've tried too) Tested on Windows 10 x64 and macOS |
I found reliable STR. Reproduced by me @kjozwiak on Windows 7, Windows 10, Ubuntu 17.10 and Mint 18.3 x64. Not reproducible on Mac.
|
@btlechowski that only seems to happen with the URL bar (never with the content on the page). Still needs to be fixed... but can you confirm copying content on the page is working as expected? |
Ahh..., I should sorry at first, I just found that after restart Brave, the issue has gone..., this make it more complicated to address the issue, the only information I can provide now is that I hibernate my PC every day I went away from it with Brave openned with about 5 or 6 tab. Edited: will report the status after I hibernate my PC this time. Keep going!! |
@bsclifton Also reproduced on Textbox. Ubuntu 17.10 x64 v0.22.718. STR:
|
@bsclifton Cool to see you are also in Chandler, been a huge fan of the project and never realized. I just posted this on the community Brave page as well. The following process has allowed me to replicate the issue several times in a row:
It seems to be fine for me until I hover a tab (other than the current tab) to get it to reload/refresh. |
Hi guys, after my PC wake up from hibernate, it seems everything works fine. And I tried what @jtellingson said, it broke, so I guess this is the bug which triggered the issue I opened! |
+1 from @tommycarstensen via brave/brave-browser#219
|
+1 from @alexchee via #8000 (comment)
|
disabling TAB PREVIEWS on HOVER in settings seemed to have fixed the problem for a short while but after more extensive use of the browser right click to copy from both the address bar and text in pages again ceases to function properly but using CNTRL-C does work this is a fairly serious impediment to using the browser so I hope it can be rectified soon |
|
@jonathansampson has confirmed this is still an issue. I had originally tested on macOS; after re-testing on Windows, I can reproduce the issue still |
Reproduced locally with debug build of Muon... digging in more now. Definitely related to the tab preview functionality (maybe wrong frameKey is being set in browser-laptop). When a bad copy happens, the web contents IS getting the copy... but I suspect not the right web contents |
The only difference in the browser-laptop side that I can see is that the preview is attaching to the web view BEFORE the tab is switched to. Versus preview being off, where it attaches as the last step |
Root cause is that wrong web contents is being returned when calling |
Description
During browsing, text which is copyable won't being copied using copy button in right click menu, but the ctrl+c is work properly, and same as paste in right click menu (text in copy buffer is for sure due to ctrl+v worked).
Steps to Reproduce
Actual result:
Expected result:
Copy and paste implemented by browser should work properly.
Reproduces how often:
Brave Version
about:brave info:
Brave: 0.22.714
V8: 6.6.346.26
rev: fa2fbca
Muon: 6.0.9
OS Release: 10.0.17134
Update Channel: Release
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 66.0.3359.139
Reproducible on current live release:
Yes.
Additional Information
Thanks for providing a good browser!!
The text was updated successfully, but these errors were encountered: