Open
Bug 1980855
Opened 1 year ago
Updated 2 months ago
Fix the race of the root cause of intermittent failure of resnap-on-reconstructing-frame.html (bug 1950979)
Categories
(Core :: Layout: Scrolling and Overflow, defect, P3)
Core
Layout: Scrolling and Overflow
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
Details
I think a proper solution is to store scroll snap related metrics, e.g. the snapport, the scroll-snap-type etc. and compare them when reflow whether we need to re-snap or not.
In fact in the race case of bug 1950979, there's nothing change to re-snap again.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:hiro, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(hikezoe.birchill)
| Reporter | ||
Comment 2•1 year ago
|
||
This was added into scroll snap level I fixes JIRA ticket.
Severity: -- → S3
Flags: needinfo?(hikezoe.birchill)
Priority: -- → P3
Updated•6 months ago
|
Blocks: interop-2026-scroll-snap
| Reporter | ||
Comment 3•2 months ago
|
||
Unblocking interop-2026-scroll-snap since the test has been stabled on wpt.fyi for 6 months.
No longer blocks: interop-2026-scroll-snap
You need to log in
before you can comment on or make changes to this bug.
Description
•