Scrolling is not happening or stuttering on Firefox Android
Categories
(Core :: Performance, defect)
Tracking
()
Webcompat Priority | P3 |
People
(Reporter: karlcow, Unassigned)
References
()
Details
Attachments
(1 file)
122.36 KB,
image/png
|
Details |
This has been reported on webcompat.com.
It works correctly on Chrome Mobile, on Firefox Desktop and Firefox Desktop + RDM + Firefox Mobile UA.
It doesn't work on Firefox Android latest nightly
Steps to reproduce:
- Go to https://www.thai-masszazs.net/en/
- Scroll
The site is not scrolling at all.
- With devtools. remove the
overflow: hidden
on the html element. - Scroll again slowly
The site is stuttering
- Scroll fast and release
The site is scrolling
- slightly touch the screen
the site goes back to the top.
- first profile after loading the site and trying to scroll.
https://share.firefox.dev/3q1IY83 - second profile with
overflow: hidden
removed on html
https://share.firefox.dev/3n2BuzH
Comment 1•3 years ago
|
||
Is it overflow: hidden
or overflow-x: hidden
Karl?
I see the latter also on Desktop, and maybe we're not handling it properly on Fenix?
Comment 2•3 years ago
|
||
Thank you for your bug report, I can reproduce with Fenix Nightly (98.0a1) on android (Samsung S20). This seems like a webcompat issue, not performance. It is odd that it works on FF desktop and not on Fenix android....
Can somebody from the Fenix team try to dig into this and see what the issue is?
Reporter | ||
Comment 3•3 years ago
|
||
on the html
element, overflow: hidden
in the style attribute
Reporter | ||
Comment 4•3 years ago
|
||
Oh that might just be a duplicate of Bug 941076
Reporter | ||
Comment 5•3 years ago
|
||
They use /* jquery.nicescroll 3.0.0 InuYaksa*2012 MIT http://areaaperta.com/nicescroll */
hmmm yes probably not a perf issue. Let me go back to the original issue on webcompat.
Updated•2 years ago
|
Description
•