Closed
Bug 1800939
Opened 3 years ago
Closed 3 years ago
`nsBlockFrame`: `Reflow` Does not Consider Out-of-Flow Overflow of Children, but `UnionChildOverflow` Does
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1773121
People
(Reporter: dshin, Unassigned)
References
Details
Found while investigating assertions that got triggered as part of bug 1800719.
Namely - nsBlockFrame::UnionChildOverflow calls down to nsContainerFrame::ConsiderChildOverflow, which then calls aChildFrame->GetActualAndNormalOverflowAreasRelativeToParent.
| Reporter | ||
Comment 1•3 years ago
|
||
Seems to have been a deliberate choice with legitimate reasoning (See bug 1377072), but the divergence of overflow is still not desirable.
See Also: → 1377072
Updated•3 years ago
|
Component: Layout: Scrolling and Overflow → Layout
| Reporter | ||
Comment 2•3 years ago
|
||
Basically a dupe of bug 1773121.
You need to log in
before you can comment on or make changes to this bug.
Description
•