Open
Bug 1368421
Opened 8 years ago
Updated 1 year ago
every other touchpad scroll ignored on page
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
NEW
People
(Reporter: tnikkel, Unassigned)
References
()
Details
(Whiteboard: [gfx-noted])
Try to (two finger) touchpad scroll on the page https://www.lavelocita.cc/opinion-page/zwifters
Every other touchpad scroll seems to be ignored.
Comment 1•8 years ago
|
||
I'm not able to reproduce on OS X or Windows. On Windows the two-finger touchpad scroll is flaky for me but that's true on all sites, so I think it's a hardware problem on my end.
More details needed - what OS/version/hardware are you using? Is it consistently reproducible, exactly every other touchpad scroll?
Flags: needinfo?(tnikkel)
| Reporter | ||
Comment 2•8 years ago
|
||
I'm testing on OS X. After more testing it seems that it is touchpad scrolls that you start while momentum from a previous touchpad scroll is still scrolling the page.
Flags: needinfo?(tnikkel)
Comment 3•8 years ago
|
||
On Linux, *touchpad* scrolling on the site works fine, but during two-finger *touchscreen* scrolling I see the symptoms that Timothy described.
Comment 4•8 years ago
|
||
Oh, I can repro now. For some reason it doesn't happen on my main profile but I can see it in other profiles and in a clean profile. (on OS X). Seems to happen on release, beta, and nightly, so not a recent regression.
status-firefox53:
--- → wontfix
status-firefox54:
--- → affected
status-firefox55:
--- → affected
OS: Unspecified → Mac OS X
Priority: -- → P3
Hardware: Unspecified → All
Whiteboard: [gfx-noted]
Version: Trunk → 55 Branch
Comment 5•8 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #3)
> On Linux, *touchpad* scrolling on the site works fine, but during two-finger
> *touchscreen* scrolling I see the symptoms that Timothy described.
Actually, it doesn't seem to be specific to two-finger touchscreen scrolling - one-finger scrolling (i.e. regular touch-panning) has the same issue.
It looks like, when you touch-scroll the page, the page changes in some way that causes the event regions of the layer bearing the root content APZC to vanish. As a result, said APZC doesn't catch any events, and they just go to the root APZC (which doesn't do anything useful with them). Eventually, the event regions come back, and APZ event handling goes back to normal.
I haven't investigated further, and I don't plan to in the immediate future. I mainly wanted to make sure this isn't a regression from bug 1180799, and I'm now convinced it's not.
| Reporter | ||
Comment 6•8 years ago
|
||
Regression range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f61c3cc0eb8b7533818e7379ccc063b611015d9d&tochange=f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd
bug 1193062 and bug 1198900 are the only things in there that sound related.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•