-
Notifications
You must be signed in to change notification settings - Fork 178
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
cannot paste in console ? #36
Comments
The key binding is not fully complete yet. We definitely have a plan to add more in the near future. |
Lovely thanks |
I've hit this too. Really would like to get copy'n'paste. |
Yep, really desired. Thanks! |
I'm working on it! |
Not sure why is this closed. I still can't paste.
|
@chengguangnan same here. The PR #107 addresses it. |
@ryandao Could you reopen this issue? It's still not working. Details
|
It's still not working. |
ping @ryandao. Please reopen |
I'll reopen it, but can you folks give me some more context about your environment? Browser, keyboard layout (US, European), OS, etc? |
Mac OS X 10.14 |
@gsamokovarov What's the latest on this issue? Was this fixed at one point? Did it regress? Multi-line commands (including copy/paste) are not working.
|
I need to click multiple times ⌘V, but it is very inconsistent, sometimes 5 times, sometimes 3, and sometimes only 1 time, but in rare cases also 9 times.
|
Got fixed for 4.0 (Rails 6), it wasn't ported back to 3.7 (Rails 5) though, so if you are still on rails 5.0 you'll have to manually add the change from #285 to the already downloaded gem. |
Just a heads up, this is in master, but still not released as of 4.0.1. In case someone is still wondering after 6 months. The patch should be something like: --- a/web-console-4.0.1/lib/web_console/templates/console.js.erb 2020-05-04 11:26:58.000000000 +0200
+++ b/web-console-4.0.1/lib/web_console/templates/console.js.erb 2020-05-04 11:26:45.000000000 +0200
@@ -760,7 +760,7 @@
_this.addToInput(_this.clipboard.value);
_this.clipboard.value = "";
_this.clipboard.blur();
+ }, 100);
- }, 10);
}
} |
You have a point, I have been holding on |
Hi there. Just a quick question. As we are not able to (CMD+v) in the web console, is this feature intentionally disabled or do have plans in near future?
Thanks
The text was updated successfully, but these errors were encountered: