[Webkit-unassigned] [Bug 178301] On ToT, event.dataTransfer.getData("text/uri-list") returns an empty string when dragging an image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 17:12:53 PDT 2017


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

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |NeedsRadar
                 CC|                            |webkit-bug-importer at group.a
                   |                            |pple.com

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
It looks like the test added in r221343 (editing/pasteboard/drag-drop-href-as-text-data.html) didn't start failing after r222656 because the image being dragged hasn't been decoded yet, so image data isn't written to the pasteboard, which means that the change in r222656 to consider images as files doesn't affect this test.

We'll also need to fix this test to correctly verify that HTTP and HTTPS URLs are exposed to the web, and not anything else.

-- 
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/20171014/40190abd/attachment-0001.html>


More information about the webkit-unassigned mailing list