WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 30416
108767
dataTransfer.types should be DOMStringList instead of Array
https://bugs.webkit.org/show_bug.cgi?id=108767
Summary
dataTransfer.types should be DOMStringList instead of Array
danya.postfactum
Reported
2013-02-03 03:11:56 PST
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 (
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-02-04 12:54:15 PST
*** This bug has been marked as a duplicate of
bug 30416
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug