-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 and Cut to Clipboard not working in Safari or App Containers like Unite/Fluid #569
Comments
Playing around with different releases, this commit last night seems to be the culprit: 2bc6e1a |
Any update on a release date for this fix? |
I'm also running into this and it's pretty annoying. |
I managed to downgrade with out any problems - just use the same settings and execute the older build file. It’s not broken on the version below :) I haven’t updated to the newer version yet as i’m sure this bug still exists. |
Any workarounds for this in the short-term? |
Long-term is downgrade to the version prior to this commit: 2bc6e1a I mean you can always use another browser but I haven’t seen anything related to this within any commits yet. |
So it's the copying that doesn't work while the paste works fine? We try to use the clipboard API if If |
Additionally, if permission has been denied we should fall back to the |
Yeah i didn’t have a lot of time to dig that deep, but suffice to say, regardless of what’s supported, the current implementation results in a broken copy (as in I can’t even copy out of the editor to a notepad) |
@code-asher I also get some errors such as: Any update on progress? Really wanna update to see if it fixes the memory hog issue. |
I have the save issue on IpadOS 13. With version 1.1156-vsc1.33.1. Can not copy or cut anything. |
Allows clipboard to function as expected on iPadOS beta. Resolves coder#569
Just for iPadOS, I wanted to share a hack I've been using locally to achieve full clipboard functionality (please see the commit linked above). Maybe it will be useful to anyone similarly desperate to access code-server on an iPad, but unfortunately in its current form it isn't pull-request appropriate. It's the best I could manage via editing the patch file by hand. |
code-server
version: 1.939-vsc1.33.1Description
When using Safari or any application container that uses Safari as the engine (such as those generated by Unite or Fluidapp -- my favorite way to use code-server), highlighting text and pressing Cmd+C, Cmd+X, or choosing "Copy" or "Cut" from the Edit menu has no effect. Pasting after doing any of those things results in the previous contents of the clipboard being pasted. Chrome does not have this issue.
Steps to Reproduce
Thanks for this incredible project!
The text was updated successfully, but these errors were encountered: