Closed
Bug 1425232
Opened 8 years ago
Closed 3 years ago
Overscoll broken when using a touchscreen
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Jos635, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171206182557
Steps to reproduce:
1. Enable overscroll by setting apz.overscroll.enabled to true
2. Try scrolling on a page using a touchscreen
Actual results:
1. When 'flicking' down a page, so that the page is still scrolling down when releasing your finger, the page will scroll back up a bit after the page stops scrolling down.
2. When scrolling slowly, the page will scroll faster than that your finger is moving. Additionally, when releasing your finger the page scrolls back in the other direction a bit.
I ran mozregression, and the bug seems to have been introduced here: https://hg.mozilla.org/integration/autoland/json-pushes?changeset=826766a15d6acdedb61209157f9febcfd142b75e&full=1 (Bug #951793)
Expected results:
Smooth scrolling.
Comment 1•8 years ago
|
||
apz.overscroll.enabled is not a supported configuration on desktop platforms.
It is something we want to enable eventually (bug 1393102). I think it makes sense to keep this bug open and mark it as blocking bug 1393102, so that when we do support overscrolling on desktop we make sure it's fixed.
Blocks: overscroll-windows
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment 2•3 years ago
|
||
I tested on a dell laptop having a touchscreen with Windows 11 pro. It looks like overscrolling works properly.
Hello jos635, would you mind trying the latest release version of Firefox with enabling apz.overscroll.enabled?
Flags: needinfo?(Jos635)
Comment 3•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:botond, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(Jos635) → needinfo?(botond)
Comment 4•3 years ago
|
||
Closing as WORKSFORME per comment 2. Please feel free to reopen if you're still seeing this.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Flags: needinfo?(botond)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•