Opened 20 months ago
Last modified 8 months ago
#2312 closed task
clipboard images with html5 client — at Initial Version
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | html5 | Version: | 2.5.x |
Keywords: | Cc: |
Description
We want to transfer the pixel data as image/png
and set it as best we can using setData
or newer methods (#1844).
See THE DEFINITIVE GUIDE TO COPYING AND PASTING IN JAVASCRIPT
The difficulty here is that because the html5 clibpoard is greedy, we need to choose png as soon as we get the clipboard event so we can send the binary data with the token.
Note: See
TracTickets for help on using
tickets.