-
Notifications
You must be signed in to change notification settings - Fork 80
html5 client clipboard support #73
Description
Issue migrated from trac ticket # 842
component: html5 | priority: major | resolution: fixed
2015-04-22 20:51:00: joshiggins created the issue
The HTML5 client should support text data exchange between the remote and local clipboards.
But! The local clipboard cannot be accessed from any browser at will. You can only access it during a clipboard event, i.e. if the user has pasted something in the browser window.
Therefore, the user would have to copy from their local application, paste into the html5 client, and then use the paste in the remote application. Maybe we can press CTRL+C for them to automate the remote paste?
Anyway, to get data that has been copied into the remote clipboard, we must display some kind of dialog to allow the user to manually copy to their local clipboard: user copies to clipboard in remote application, html5 client prompts with the text, user selects text and copies into their local clipboard.