[Webkit-unassigned] [Bug 108767] New: dataTransfer.types should be DOMStringList instead of Array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 03:09:52 PST 2013


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

           Summary: dataTransfer.types should be DOMStringList instead of
                    Array
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: danya.postfactum at gmail.com


According to the http://dev.w3.org/html5/spec-preview/dnd.html#dom-datatransfer-types spec the current types implementation is wrong.
My app need to accept any data except files, so I use "if (!dataTransfer.types.contains('Files')) {..}" and it does not work (

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list