[Webkit-unassigned] [Bug 26702] New: Should be able to read the types property of dataTransfer object in dragstart handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 17:59:42 PDT 2009


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

           Summary: Should be able to read the types property of
                    dataTransfer object in dragstart handler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jberlin at apple.com


It makes sense that the types property of event.dataTransfer should be readable
in the dragstart handler since it is there that the event.dataTransfer.setData
method might be called.

It is conceivable that it might be desirable to set the data of the drag based
on what types are available, choosing a preferred format if it is available.


-- 
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