@kgroneman @JasonHill @JuergenM We investigated the issue and found out that two things:
Content Security Policy (CSP) and Cross-Origin Resource Sharing ( CORS) are not allowing copy paste from external websites and clipboard. Solution: We are looking into this and will provide pointers the changes to be made for clipboard copy paste to work.
If you encounter a CSP/CORS issue and copy paste fails for an image, unless the page is refreshed, all subsequent copy pastes also fail. Solution: We are fixing this to make sure that (i) there is an error message shown on the UI if an image copy paste fails, (ii) subsequent copy paste will work if its a valid copy-paste. This will be part of 20.11 release.
... View more