Console error on using Paste from terminal context menu #13947
Open
Description
Description
When I try to use the Paste option in the terminal context menu, Paste does not work and the following error appears on the console -
I'm trying to understand if this is because of some browser restriction from my end. Note that I'm using Chrome 109, which seems good from the browser compatibility table here.
Reproduce
- Start an instance from 3.6.1
- Open a new terminal
- Copy some content onto clipboard
- Right click in terminal and click on 'Paste'
- The error shown above shows up in the browser console.
Expected behavior
The ideal behavior can be one of the following:
- The content in the clipboard is pasted onto the terminal
- Browser asks for confirmation to allow access to clipboard
- If this is an issue of browser compatibility, the console error communicates that to the user
Context
- Browser and version: Chrome 109
- JupyterLab version: 3.6.1
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here. You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.