Open
Bug 1932025
Opened 22 days ago
Updated 7 days ago
Fix some incorrectly using content-based minimum size of items in some cases where it should be zero
Categories
(Core :: Layout: Grid, defect, P3)
Core
Layout: Grid
Tracking
()
NEW
People
(Reporter: alaskanemily, Assigned: alaskanemily)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
We don't have correct checks for this in all circumstances. This change doesn't fix all situations, but should at least fix the cases found while working on Bug 1916849, and also fixes one other grid WPT.
Assignee | ||
Updated•22 days ago
|
Assignee: nobody → emcdonough
Assignee | ||
Updated•22 days ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•22 days ago
|
||
We were largely protected from this missing check by simply not providing
intrinsic sizing for many items where it would cause a zero-size (mostly
spanning flex items).
Assignee | ||
Comment 2•15 days ago
|
||
Assignee | ||
Comment 3•15 days ago
|
||
This shouldn't actually change anything until intrinsic sizing is implemented
for flex items that span multiple tracks.
You need to log in
before you can comment on or make changes to this bug.
Description
•