Bug 88872

Summary: [Qt] Do not move/scale content while the user is interacting with it.
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: WebKit2Assignee: Kenneth Rohde Christiansen <kenneth>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, hausmann, menard, webkit.review.bot, yael, zalan, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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