Bug 173935 - dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rather than a WebCore::DragOperation
Summary: dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rathe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-28 13:49 PDT by Wenson Hsieh
Modified: 2017-06-28 15:06 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2017-06-28 13:53 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 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.
Comment 1 Wenson Hsieh 2017-06-28 13:53:22 PDT
Created attachment 314055 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2017-06-28 15:06:50 PDT
All reviewed patches have been landed.  Closing bug.