[Webkit-unassigned] [Bug 173935] New: dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rather than a WebCore::DragOperation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 13:49:59 PDT 2017


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

            Bug ID: 173935
           Summary: dropInteraction:sessionDidEnd: invokes dragEnded with
                    a UIDragOperation rather than a WebCore::DragOperation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

WKContentView should be consistent about the type of operation passed to WebPageProxy::dragEnded. This is a WebCore::DragOperation in most cases (which is eventually the type that WebCore consumes) but a UIDragOperation in one.

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


More information about the webkit-unassigned mailing list