Skip to content
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

Challenges copying from console #342

Open
neilccbrown opened this issue Dec 3, 2024 · 0 comments
Open

Challenges copying from console #342

neilccbrown opened this issue Dec 3, 2024 · 0 comments

Comments

@neilccbrown
Copy link
Collaborator

It's useful to copy things out of the console, especially errors. Different browsers seem to do different things -- this is on Windows after getting an error with execution halted:

  • On Chrome, you can select text, right-click does not bring up a menu, but Ctrl-C will copy the text
  • On Firefox, you can select text, right-click brings up a menu but cut copy paste are all disabled, and Ctrl-C does not copy the text

I suspect the native menu is a lost cause (because the text area is disabled?), so I suspect the best thing is to show our own menu (with just "Copy"?) and ideally also support Ctrl-C in Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant