[Webkit-unassigned] [Bug 76367] New: Add DataTransferItems support for drag-and-drop'ed files and texts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 23:14:24 PST 2012


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

           Summary: Add DataTransferItems support for drag-and-drop'ed
                    files and texts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


Implement DataTransferItems support for drag-and-drop'ed files and texts.

Per http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-datatransfer-interface the new interface should also support drag-and-dropped files and texts in addition to pasted texts/images.  The user apps should also be able to add texts/files to the drag store by calling event.dataTransfer.items.add().

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



More information about the webkit-unassigned mailing list