-
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
Paste in Vim mode doesn’t work on Firefox #4878
Comments
Hey I went really deep in this bug to try and figure out what was wrong since I tested in Firefox on my MacBook and it did work. So I installed Virtual Box to test on Linux and indeed it does not work and it works in Chrome on Linux(ubuntu 1804), with WAAAAY more digging I found out that it's actually a Firefox on Linux issue that does not allow read from the clipboard in Javascript. A friend of mine that works for electron helped me figure out that the way Firefox reads from the clipboard using something different to get the clipboard data, she even found the file: I filed an issue on Bugzilla firefox bugs tracker and let's hope they can fix this: Long story short there is nothing we can do since this seems to be a firefox bug only on Linux :( Sorry about the issue, but I will close it Thank you for this bug, I learned a lot! |
Ah too bad, I was so close to be able to use CodeSandbox in Vim mode again haha. Thanks for having spent the time to understand the issue and file a bug, I will follow it closely 👀 |
I know, made me super sad too, it was so long we had that disabled and soooo close :( If it does work I will mention it here too :) |
🐛 bug report
Preflight Checklist
Description of the problem
Pasting with the Vim mode using Ctrl+v triggers the following error:
How has this issue affected you? What are you trying to accomplish?
I would like to paste in Vim mode.
To Reproduce
i
).Ctrl+v
.Your Environment
The text was updated successfully, but these errors were encountered: