Bug 81469
Summary: | Drag And drop - implement DataTransfer::addElement method | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bronislav Klucka <bronislav.klucka> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, dcheng, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Bronislav Klucka
Please update
DataTransfer object to mirror spec
http://dev.w3.org/html5/spec/dnd.html#the-datatransfer-interface
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Is there anything specific you'd like changed? This bug is INVALID without additional information.
Bronislav Klucka
(In reply to comment #1)
> Is there anything specific you'd like changed? This bug is INVALID without additional information.
addElement method is missing
Daniel Cheng
This method is no longer in the spec. Please use setDragImage() instead, which provides identical functionality.