Closed
Bug 1143883
Opened 10 years ago
Closed 10 years ago
Mouse wheel scrolling is too slow with APZ on Linux
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: botond, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
STR:
1. Run the latest nightly on Linux.
2. In about:config, set layers.async-pan-zoom.enabled to true.
3. Load http://people.mozilla.org/~bballo/grid.html.
4. Scroll with the mouse wheel.
Expected results:
The page scrolls at the same speed as with APZ disabled.
Actual results:
The page scrolls more slowly than with APZ disabled.
This is particularly noticeable if you're moving the mousewheel fast,
and if you're relying on the momentum from a mouse-wheel scroll.
Reporter | ||
Comment 1•10 years ago
|
||
To be clear, by speed here I'm talking about the amount by which the page's scroll offset changes in response to a given wheel gesture, not to painting or compositing speed.
Reporter | ||
Comment 2•10 years ago
|
||
Sounds like this might be the same issue as bug 1139220.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [gfx-noted]
Reporter | ||
Comment 3•10 years ago
|
||
The speed of mouse wheel scrolling has improved a lot in spite of the fact that a fix for bug 1139220 has not landed yet. I'm not sure what changed.
Reporter | ||
Comment 4•10 years ago
|
||
Tested this with the bug 1139220 fix in place. The wheel scrolling speed is now comparable to non-APZ.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•