[Bug] Scrolling horizontally doesnt work properly on Ff nightly
Categories
(Core :: Graphics, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox82 | --- | unaffected |
| firefox83 | --- | disabled |
| firefox84 | --- | disabled |
| firefox85 | --- | disabled |
| firefox86 | --- | disabled |
| firefox87 | --- | disabled |
| firefox88 | --- | disabled |
| firefox89 | --- | disabled |
| firefox90 | --- | disabled |
People
(Reporter: kbrosnan, Unassigned, NeedInfo)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
8.62 MB,
image/gif
|
Details |
From github: https://github.com/mozilla-mobile/fenix/issues/16336.
[comment]: When we scroll horizontally on a page snippet, the elements are not scrolled and disappearing. Same is not happening when the element is scrolled on top of screen. This issue is only on ff nightly. Not happening on beta and stable.
Steps to reproduce
Open m.sakshi.com
Scroll down and swipe horizontallyExpected behavior
Elements scrolling should happen normally
Actual behavior
Elements are disappearing
Device information
OnePlus 7pro
- Android device: Android 10
- Fenix version: nightly 201102 17:00
Change performed by the Move to Bugzilla add-on.
| Reporter | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Yes. Mozregression gives bug 1659227 - https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=c36cad76a78d33eb219513bf2117c1d72c6e1d65&tochange=0a92348ed33532d65fffbfd9a8028220c2e5fc06
Hiro, can you reproduce?
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Yes I could once, but not anymore. That's annoying, the case looks a simple overflow:hidden container case. There is definitely a race condition triggering the issue. Anyways the feature, partial pre-render, causing this issue hasn't yet been enabled all channels.
Comment 5•5 years ago
|
||
It seems like the horizontally-scrollable bit needs to be near the bottom of the screen to reproduce. If it is in the top 2/3rds of the screen it does not reproduce for me.
Comment 6•5 years ago
|
||
Oh yes! I can reproduce reliably. Thanks! It seems hovering position:fixed elements interferes animations? Odd.
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Set release status flags based on info from the regressing bug 1659227
Updated•5 years ago
|
Hi Team,
I was the one who raised this bug on Github and then it got moved here. Would this bug be fixed?
Thank you
Comment 9•5 years ago
|
||
IIUC, this is a Nightly-only issue due to partial pre-render not being enabled past that point yet.
Updated•5 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
layout.animation.prerender.partial is still nightly only.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•