Open
Bug 1932025
Opened 1 year ago
Updated 1 year 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
Details
Attachments
(3 obsolete 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•1 year ago
|
Assignee: nobody → emcdonough
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 1•1 year 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•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
This shouldn't actually change anything until intrinsic sizing is implemented
for flex items that span multiple tracks.
Updated•1 year ago
|
Updated•1 year ago
|
Attachment #9439852 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9439851 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9438450 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•