Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Copy to clipboard from table not working
Copy to clipboard from table not working [message #1842325] Wed, 16 June 2021 13:57 Go to next message
Faruk Caglar is currently offline Faruk CaglarFriend
Messages: 33
Registered: August 2019
Member
Hi,

we recognized that copy from table to clipboard using ctrl-c is not working anymore. I do not know if this is related to the upgrade to scout 11, which we have done a few weeks ago. But it worked before.

We set a breakpoint to execCopy but it seems that ctrl-c has no effect.

I would appreciate any suggestion, if you have.
Re: Copy to clipboard from table not working [message #1842326 is a reply to message #1842325] Wed, 16 June 2021 14:04 Go to previous messageGo to next message
Stephan Merkli is currently offline Stephan MerkliFriend
Messages: 40
Registered: April 2012
Member
Maybe you are missing the permission CopyToClipboardPermission which is checked in JsonTable#handleUiClipboardExport before execCopy is called.

Regards
Stephan
Re: Copy to clipboard from table not working [message #1842401 is a reply to message #1842326] Thu, 17 June 2021 17:12 Go to previous messageGo to next message
Faruk Caglar is currently offline Faruk CaglarFriend
Messages: 33
Registered: August 2019
Member
Thanks Stephan. After adding the permission it works. But I am wondering why it has worked before scout 11.
Re: Copy to clipboard from table not working [message #1842521 is a reply to message #1842401] Tue, 22 June 2021 08:02 Go to previous message
Stephan Merkli is currently offline Stephan MerkliFriend
Messages: 40
Registered: April 2012
Member
In Scout 10 the authorization API changed. Maybe missed the permission renaming.
Previous Topic:execCompleteEdit error
Next Topic:How to register a listener to datachange on Form or Page
Goto Forum:
  


Current Time: Fri Apr 26 06:58:54 GMT 2024

Powered by FUDForum. Page generated in 0.03327 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top