Clipboard of IDEA Che Editor should share the content with the local system clipboard
See original GitHub issueIs your task related to a problem? Please describe.
In the IDEA Che Editor, when I try to copy any content to the clipboard it’s not possible to paste it on the local system.
Describe the solution you’d like
The IDEA Che Editor clipboard should share the content with the local system clipboard.
Describe alternatives you’ve considered
Additional context
When copying text content inside the IDEA Che Editor, there’s an error in the browser’s console:
[ERROR] :: ServerEventsProcessor :: Error writing clipboard: NotAllowedError: The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://goo.gl/EuHzyv for more details.
There’s some info is provided in the doc https://jetbrains.github.io/projector-client/mkdocs/latest/ij_user_guide/accessing/#incomplete-clipboard-synchronization
This issue is part of the epic #19596
Related upstream issues
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Unable to get vim copy highlighted text to the system clipboard ...
In general, you can't copy text from a remote system program to the current system natively over SSH. The exception is when you...
Read more >Paste Items from Clipboard History - ReSharper - JetBrains
With ReSharper, you can access your clipboard history and quickly paste any of the recent items copied to the clipboard.
Read more >Clipboard in JavaScript DocumentEditor control - Syncfusion
Document Editor takes advantage of system clipboard and allows you to copy or move a portion of the document into it in HTML...
Read more >Fixing Copy and Paste to IntelliJ IDEA - NICE DCV
Navigate to /etc/dcv/ and open the dcv.conf with your preferred text editor. Locate the disabled-targets parameter in the [clipboard] section. If there ...
Read more >Is clipboard content sold to alibaba? - Answer: No
Hello guys:I'm using a app called NetGuard as a firewall via a local VPN. After I updated to the last beta update with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue doesn’t reproduce anymore. Checked on the workspaces.openshift.com with the following devfile:
Got it