Bug 88872 - [Qt] Do not move/scale content while the user is interacting with it.
Summary: [Qt] Do not move/scale content while the user is interacting with it.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Rohde Christiansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 07:35 PDT by Kenneth Rohde Christiansen
Modified: 2012-06-12 07:57 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.38 KB, patch)
2012-06-12 07:37 PDT, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff
Patch (6.54 KB, patch)
2012-06-12 07:54 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 2012-06-12 07:35:55 PDT
SSIA
Comment 1 Kenneth Rohde Christiansen 2012-06-12 07:37:43 PDT
Created attachment 147083 [details]
Patch
Comment 2 Simon Hausmann 2012-06-12 07:52:33 PDT
Comment on attachment 147083 [details]
Patch

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

> Source/WebKit2/UIProcess/qt/QtViewportHandler.cpp:83
> +        if (handler->m_suspendCount == 1)
> +            handler->setInitialScaleIfNeeded();
> +

This one is worth a comment before landing IMHO :)
Comment 3 Kenneth Rohde Christiansen 2012-06-12 07:54:04 PDT
Created attachment 147086 [details]
Patch
Comment 4 Kenneth Rohde Christiansen 2012-06-12 07:56:55 PDT
Landed in r120075