Bug 81469 - Drag And drop - implement DataTransfer::addElement method
Summary: Drag And drop - implement DataTransfer::addElement method
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 01:54 PDT by Bronislav Klucka
Modified: 2013-02-14 14:54 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.