Bug 128523

Summary: [iOS][wk2] WebKit2 View Gestures (Swipe): Forward swipe gesture
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Tim Horton 2014-02-10 02:26:23 PST
We have back swipe, but not forwards. Turns out this is because the gesture recognizer, which is on the WKView, is cancelled when the swipe starts and the WKView is reparented. We should be swiping the scrollview instead, anyway.

<rdar://problem/16020378>
Comment 1 Tim Horton 2014-02-10 02:31:40 PST
Created attachment 223686 [details]
patch
Comment 2 WebKit Commit Bot 2014-02-10 10:04:56 PST
Comment on attachment 223686 [details]
patch

Clearing flags on attachment: 223686

Committed r163795: <http://trac.webkit.org/changeset/163795>
Comment 3 WebKit Commit Bot 2014-02-10 10:04:58 PST
All reviewed patches have been landed.  Closing bug.