[Webkit-unassigned] [Bug 178016] New: DataTransfer.items does not contain items for custom types supplied via add or setData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 6 10:24:46 PDT 2017


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

            Bug ID: 178016
           Summary: DataTransfer.items does not contain items for custom
                    types supplied via add or setData
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: wenson_hsieh at apple.com

DataTransfer.items does not contain items for custom types supplied via add or setData. This is not a major issue if there are no files in the DataTransfer, since the page can use DataTransfer.types and DataTransfer.getData to retrieve custom type data. But if there are files, we'll report only ["Files"] for DataTransfer.types, and not expose custom data in the DataTransferItemList.

This behavior diverges from both Chrome (61.0) and FireFox (56.0).

-- 
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/20171006/f98e97ff/attachment.html>


More information about the webkit-unassigned mailing list