[Webkit-unassigned] [Bug 23695] event.dataTransfer.getData unusable on same domain of drag via dragstart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 18:29:36 PDT 2009


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


bugzilla at eligrey.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Major
           Priority|P2                          |P1




------- Comment #1 from bugzilla at eligrey.com  2009-03-17 18:29 PDT -------
This is a very important feature of HTML 5 that should be fixed in my opinion
and without it, it is impossible to make custom data types for drop operations.
event.dataTransfer.setData is useless if you can't get the data for
modification. 

For example, it should be possible to set an image ondrag for images where the
site knows the metadata of certain images to getData("text/plain") and use this
data to do setData("application/json+exif", customizedData) to include said
metadata in a custom data type.


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



More information about the webkit-unassigned mailing list