[Webkit-unassigned] [Bug 148124] New: Implement DragEvent and move MouseEvent.dataTransfer to DragEvent.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 00:21:38 PDT 2015


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

            Bug ID: 148124
           Summary: Implement DragEvent and move MouseEvent.dataTransfer
                    to DragEvent.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jincheol.jo at navercorp.com

I would like to implement DragEvent and move MouseEvent.dataTransfer to DragEvent.

Such is the spec:
https://html.spec.whatwg.org/multipage/interaction.html#dragevent

Gecko and Chrome already has the DragEvent interface and has the dataTransfer attribute only on that interface.
I added this in chromium as follows
http://src.chromium.org/viewvc/blink?view=revision&revision=200649

The change seems fairly low risk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150818/4874c766/attachment-0001.html>


More information about the webkit-unassigned mailing list