RESOLVED FIXED88872
[Qt] Do not move/scale content while the user is interacting with it.
https://bugs.webkit.org/show_bug.cgi?id=88872
Summary [Qt] Do not move/scale content while the user is interacting with it.
Kenneth Rohde Christiansen
Reported 2012-06-12 07:35:55 PDT
SSIA
Attachments
Patch (6.38 KB, patch)
2012-06-12 07:37 PDT, Kenneth Rohde Christiansen
no flags
Patch (6.54 KB, patch)
2012-06-12 07:54 PDT, Kenneth Rohde Christiansen
no flags
Kenneth Rohde Christiansen
Comment 1 2012-06-12 07:37:43 PDT
Simon Hausmann
Comment 2 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 :)
Kenneth Rohde Christiansen
Comment 3 2012-06-12 07:54:04 PDT
Kenneth Rohde Christiansen
Comment 4 2012-06-12 07:56:55 PDT
Landed in r120075
Note You need to log in before you can comment on or make changes to this bug.