Closed
Bug 1786214
Opened 3 years ago
Closed 3 years ago
Remove UseAutoBSize flag.
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Use a more precise, grid-specific flag to avoid applying grid stretching
etc, and pass an unconstrained block size instead for baseline alignment
measuring, which will cause us to interpret relative sizes as auto.
This shouldn't cause any behavior change, but is a prerequisite
necessary for bug 1609403 (where we don't always want definite sizes
being ignored in measuring reflows for baseline alignment). It's also a
bit clearer, IMO.
Comment 3•3 years ago
|
||
I've attempted to remove UseAutoBSize flag with StyleSizeOverride like [1] in flex container's measuring reflow, but I got some grid test failures that I didn't figure out. It's nice to see the flag being rename to a grid specific one.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/607e0d121802
Remove UseAutoBSize flag. r=TYLin
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•