https://forums.lenovo.com is cycling during scrolling
Categories
(Core :: Layout: Scrolling and Overflow, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: StefanG_QA, Unassigned)
References
(Depends on 1 open bug)
Details
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 (20190114104248)
STR:
- Launch Firefox
- Go to https://forums.lenovo.com/t5/Motorola-Community/ct-p/MotorolaCommunity
- SLOWLY scroll down just a bit
- Observe scroll bar cycling
AR: The scroll bar is cycling once you start scrolling
ER: Solid scroll position
The issue does not reproduce with scroll anchoring set to false.
Short video of the issue can be seen here: https://St3fQA.tinytake.com/sf/MzIyODM3N185Njc0MDcw
Comment 1•6 years ago
|
||
I can also reproduce this in Chrome.
The issue is that this case isn't covered by the normal adjustment suppression logic.
We have two sets of elements that are toggled between based on scroll offset.
1.
a. <div style="display: none"/>
b. <div style="position: static"/>
2.
a. <div style="position: fixed"/>
b. <div style="display: none"/>
So we never have an element transition between being in-flow to being out-of-flow, as (a) transitions between not being visible and being in-flow, and (b) transitions between being not visible and being out-of-flow.
The spec and both our implementations monitor when elements go between in-flow and out-of-flow, and suppress adjustments then.
I think we could fix this, but because Chrome has this issue as well we don't need to before shipping.
I also use the lenovo laptop and I have a issue in my site of https://thaiharempants.net/category/bohemian/
Updated•2 years ago
|
Description
•