RESOLVED FIXED 173935
dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rather than a WebCore::DragOperation
https://bugs.webkit.org/show_bug.cgi?id=173935
Summary dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rathe...
Wenson Hsieh
Reported 2017-06-28 13:49:59 PDT
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.
Attachments
Patch (1.76 KB, patch)
2017-06-28 13:53 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2017-06-28 13:53:22 PDT
WebKit Commit Bot
Comment 2 2017-06-28 15:06:49 PDT
Comment on attachment 314055 [details] Patch Clearing flags on attachment: 314055 Committed r218894: <http://trac.webkit.org/changeset/218894>
WebKit Commit Bot
Comment 3 2017-06-28 15:06:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.