WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102803
[Qt] Zoom logic confused by page and pinch resize
https://bugs.webkit.org/show_bug.cgi?id=102803
Summary
[Qt] Zoom logic confused by page and pinch resize
Allan Sandfeld Jensen
Reported
2012-11-20 05:00:08 PST
The zoom logic can act in very surprising ways after a page resize or a pinch zoom. The problem is for page resize that the zoom-out stack is not cleared, and for both pinch zoom and page resize that all later zooms are treated as ZoomIn even if they are zooming out, or trying to zoom back to the unzoomed page.
Attachments
Patch
(7.68 KB, patch)
2012-11-20 05:04 PST
,
Allan Sandfeld Jensen
kenneth
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Allan Sandfeld Jensen
Comment 1
2012-11-20 05:04:06 PST
Created
attachment 175194
[details]
Patch
Kenneth Rohde Christiansen
Comment 2
2012-11-20 05:09:01 PST
Can this be tested with a qml unit test?
Allan Sandfeld Jensen
Comment 3
2012-11-20 05:16:17 PST
(In reply to
comment #2
)
> Can this be tested with a qml unit test?
Possibly, currently we have only very limited tests of double-tap to zoom. So I would start by adding tests of zoom-back, zoom-out and a lot of other behavior before this comes up.
Allan Sandfeld Jensen
Comment 4
2012-11-20 05:19:43 PST
Committed
r135272
: <
http://trac.webkit.org/changeset/135272
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug