[Webkit-unassigned] [Bug 170449] Image pasting is not working on tineye.com due to lack of support for DataTransfer.items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 09:23:31 PDT 2017


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

--- Comment #6 from Alfonso Martínez de Lizarrondo <amla70 at gmail.com> ---
data: urls are legacy behavior that was originally implemented in Firefox.
Chrome never used them and they have always used DataTransfer.items

Currently Firefox also uses DataTransfer.items, although a good script that reads pasted files should try to handle both schemes because data: urls can be generated also by LibreOffice and Edge for example (I mean: tineye is not a good example, or maybe they're using UA sniffing and don't expect Webkit to paste base64)

Safari should have implemented .items instead of that weird way to read a Blob

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


More information about the webkit-unassigned mailing list