Bug 81469

Summary: Drag And drop - implement DataTransfer::addElement method
Product: WebKit Reporter: Bronislav Klucka <bronislav.klucka>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, dcheng, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Bronislav Klucka 2012-03-18 01:54:47 PDT
Please update 
DataTransfer object to mirror spec
http://dev.w3.org/html5/spec/dnd.html#the-datatransfer-interface
Comment 1 Alexey Proskuryakov 2012-03-18 20:23:38 PDT
Is there anything specific you'd like changed? This bug is INVALID without additional information.
Comment 2 Bronislav Klucka 2012-03-18 21:18:48 PDT
(In reply to comment #1)
> Is there anything specific you'd like changed? This bug is INVALID without additional information.

addElement method is missing
Comment 3 Daniel Cheng 2013-02-14 14:54:47 PST
This method is no longer in the spec. Please use setDragImage() instead, which provides identical functionality.