Closed
Bug 1791458
Opened 2 years ago
Closed 2 years ago
Remove the workaround for replaced elements when computing flex base size
Categories
(Core :: Layout: Flexbox, task)
Core
Layout: Flexbox
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
See the upcoming patch for the details.
Assignee | ||
Comment 1•2 years ago
|
||
After bug 1340715, we use the same path [1] when computing auto
and
max-content
inline-sizes for replaced elements in
nsContainerFrame::ComputeSizeWithIntrinsicDimensions()
. For block-sizes,
'max-content' and 'auto' already have the same behavior.
This patch shouldn't change the behavior.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5ede133066a3
Remove auto main-size workaround for replaced elements when computing flex base size. r=emilio
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•