Changes between Initial Version and Version 1 of Ticket #11460, comment 7


Ignore:
Timestamp:
Feb 13, 2014, 1:39:34 PM (10 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11460, comment 7

    initial v1  
    1 About clipboard facade and timeout. In fact it is not possible to read from `clipboardData`, `dataTransfer` or `items` (new API, Chrome). But we can easily same for future use file references as `files` array or `item.getAsFile()` and read file content whenever we need. I tested it and works file in all cases (paste and drop in Chrome, FF and IE).
     1About clipboard facade and timeout. In fact it is not possible to read from `clipboardData`, `dataTransfer` or `items` (new API, Chrome). But we can easily save, for future usage, file references as `files` array or `item.getAsFile()` and read files contents whenever we need. I tested it and works fine in all cases (paste and drop in Chrome, FF and IE).
    22
    33BTW I love when browsers use common API:
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy