Bug 71366 - [Qt] Handle interruption of page interaction better
Summary: [Qt] Handle interruption of page interaction better
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Rohde Christiansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 08:08 PDT by Kenneth Rohde Christiansen
Modified: 2011-11-02 09:14 PDT (History)
4 users (show)

See Also:


Attachments
Patch (12.95 KB, patch)
2011-11-02 08:11 PDT, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Rohde Christiansen 2011-11-02 08:08:52 PDT
As the bounce back animation from pinch zoom centers the content using the contents point which was in the center of the viewport, this animation cannot be used when stopping a pan animation, as it won't position the content at the place it was when the pan animation was interrupted.
Comment 1 Kenneth Rohde Christiansen 2011-11-02 08:11:29 PDT
Created attachment 113319 [details]
Patch
Comment 2 Simon Hausmann 2011-11-02 08:17:25 PDT
Comment on attachment 113319 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-02 09:14:36 PDT
Comment on attachment 113319 [details]
Patch

Clearing flags on attachment: 113319

Committed r99065: <http://trac.webkit.org/changeset/99065>
Comment 4 WebKit Review Bot 2011-11-02 09:14:40 PDT
All reviewed patches have been landed.  Closing bug.