Open
Bug 1794708
Opened 3 years ago
Updated 2 years ago
Get the assertion if the scroll range become zero due to the removal of children
Categories
(Core :: CSS Transitions and Animations, defect, P3)
Core
CSS Transitions and Animations
Tracking
()
ASSIGNED
People
(Reporter: boris, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We hit this assertion [1] by manipulating the DOM APIs. Example is in this patch: https://phabricator.services.mozilla.com/D159110
Assignee | ||
Comment 1•3 years ago
|
||
It's possible to make the scroll range become zero by removing/moving
the desendants of the scroll container. It's still possible to get a
zero scroll range on the compositor. Basically we restyle those elements
on the main thread, so it should be fine to skip this case.
Updated•3 years ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9298114 -
Attachment description: Bug 1765211 - Part 1: Fix the assertion when manipulating scroll-container by DOM APIs. → Bug 1794708 - Fix the assertion when manipulating scroll-container by DOM APIs.
You need to log in
before you can comment on or make changes to this bug.
Description
•