[Webkit-unassigned] [Bug 182536] No information about copied image into clipboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 12:13:11 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182536

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
In STP and Safari 11.1, we now support DataTransfer.items, so you should be able to grab the image data as a File (you can alternately use DataTransfer.files as well).

(As for the local file path, that's legacy behavior that we should really consider removing...see the FIXME at the bottom of WebContentReaderCocoa.mm)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180206/b12a5eeb/attachment.html>


More information about the webkit-unassigned mailing list