![]() | Products |
| Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
| Messages 11 to 14 of 14 total |
| Mon, Sep 19 2016 10:56 AM | Permanent Link |
Raul | On 9/19/2016 8:11 AM, Tim Young [Elevate Software] wrote:
> http://caniuse.com/#feat=clipboard > and as you can see in the note, you can still only deal with clipboard data in response to user events. So, no arbitrary access to the clipboard. I personally don't see a way around this one - associated security risk is too high to allow especially paste from javascript code without user initiating the operation. Raul |
| Mon, Sep 19 2016 11:56 AM | Permanent Link |
Trinione | Raul wrote:
<< I personally don't see a way around this one - associated security risk is too high to allow especially paste from javascript code without user initiating the operation. >> Solution: Users shall be taught the power of - Ctrl+X/C/V. |
| Wed, Sep 21 2016 6:22 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. | Raul,
<< I personally don't see a way around this one - associated security risk is too high to allow especially paste from javascript code without user initiating the operation. >> Absolutely, it's "lights-out" otherwise... Tim Young Elevate Software www.elevatesoft.com |
| Wed, Sep 21 2016 9:41 AM | Permanent Link |
Trinione | Had an easy solution thought as I ironed my 'Sunday best'... Store the text in a string list (slMyClipboard) and activating a 'Paste' button if slMyClipboard has content.
The only thing I need to consider is if I can insert (paste) the text into the exact location of the cursor in the MultiLineEdit, or if I need to just have it appended. This is in addition to letting the users know to use Ctrl X/C/V/A. |
| « Previous Page | Page 2 of 2 | |
| Jump to Page: 1 2 | ||
This web page was last updated on Monday, February 9, 2026 at 09:57 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

