Re: Clipboard support using guacamole-common-js API

2017-11-28 Thread Anburaj Palraj
Hi Amarjeet, Can you post detailed steps how to achieve this ? On Tue, Nov 28, 2017 at 7:06 PM, Amarjeet Singh wrote: > Hi Mike, > > > I tested again and again. It works in Chrome and Firefox and IE. > > > ISSUE : Microsoft Edge hangs. I am trying to debug it but couldn't find > anything. > > >

Re: Clipboard support using guacamole-common-js API

2017-11-28 Thread Amarjeet Singh
Hi Mike, I tested again and again. It works in Chrome and Firefox and IE. ISSUE : Microsoft Edge hangs. I am trying to debug it but couldn't find anything. I want Guacamole Team to look into it if possible. Do I have to fork a test feature and push it in Github to review by Guacamole team.

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
@Mike : I have tested with Chrome, Firefox , Edge and IE. It's working. I will contribute it to review by Guacamole team or if any necessary changes required. On Tue, Nov 21, 2017 at 7:35 PM, Amarjeet Singh wrote: > @Mike : It is working : I am not facing the above issue as of now. I > might b

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
@Mike : It is working : I am not facing the above issue as of now. I might be sending the wrong keys. On Tue, Nov 21, 2017 at 7:27 PM, Amarjeet Singh wrote: > Hi Mike, > > I enabled Ctrl + V ( Paste Event ) >> then updated the guacClipboard > << $scope.$broadcast('guacClipboard', data); >

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
Hi Mike, I enabled Ctrl + V ( Paste Event ) >> then updated the guacClipboard << $scope.$broadcast('guacClipboard', data); >> . Issue : It was sending Ctrl + V keys to the server and then the clipboard data , therefore server is pasting older data and on the next Ctrl + v , it is pasting th

Re: Clipboard support using guacamole-common-js API

2017-11-17 Thread Mike Jumper
On Nov 17, 2017 17:40, "Amarjeet Singh" wrote: ... I have added the clipboard support without any plugins or without pressing ctrl+shift+alt. for all browsers. Can you describe the nature of your changes? - Mike

Re: Clipboard support using guacamole-common-js API

2017-11-17 Thread Amarjeet Singh
Hi Team, I have added the clipboard support without any plugins or without pressing ctrl+shift+alt. for all browsers. @Mike: Above code is not used as you said it is not legal. Thanks everyone for helping and contributing to such a beautiful projects. Thanks and Regards, Amarjeet Singh On Wed,