Bug 173659

Summary: [iOS DnD] [WK2] Cancelling a drag interaction using the ObjC SPI causes subsequent dragging to fail
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit2Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, megan_gardner, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
thorton: review+
Patch for landing none

Description Wenson Hsieh 2017-06-21 09:56:17 PDT
<rdar://problem/32879788>
Comment 1 Wenson Hsieh 2017-06-21 11:03:21 PDT
Created attachment 313533 [details]
Patch
Comment 2 Tim Horton 2017-06-21 13:58:33 PDT
Comment on attachment 313533 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=313533&action=review

> Source/WebKit2/ChangeLog:14
> +        calling into -dragInteracton:itemsForBeginningSession: when we invoke their completion block).

dragInteracton!
Comment 3 Wenson Hsieh 2017-06-21 13:59:38 PDT
(In reply to Tim Horton from comment #2)
> Comment on attachment 313533 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=313533&action=review
> 
> > Source/WebKit2/ChangeLog:14
> > +        calling into -dragInteracton:itemsForBeginningSession: when we invoke their completion block).
> 
> dragInteracton!

Good catch! Fixed.
Comment 4 Wenson Hsieh 2017-06-21 16:02:20 PDT
Created attachment 313558 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2017-06-21 18:41:40 PDT
Comment on attachment 313558 [details]
Patch for landing

Clearing flags on attachment: 313558

Committed r218672: <http://trac.webkit.org/changeset/218672>