Bug 128523 - [iOS][wk2] WebKit2 View Gestures (Swipe): Forward swipe gesture
Summary: [iOS][wk2] WebKit2 View Gestures (Swipe): Forward swipe gesture
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-10 02:26 PST by Tim Horton
Modified: 2014-02-10 10:04 PST (History)
3 users (show)

See Also:


Attachments
patch (10.21 KB, patch)
2014-02-10 02:31 PST, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.