Closed
Bug 1957505
Opened 6 months ago
Closed 3 months ago
Investigate the correctness in ContentContribution() after implementing the grid sizing algorithm step 3 and 4
Categories
(Core :: Layout: Grid, task)
Core
Layout: Grid
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
After implementing the grid sizing algorithm step 3 and 4, we should investigate if we need to update any logic that measures the grid item block size in ContentContribution()
when the grid item establishes an orthogonal reflow.
// We need to reflow the child to find its BSize contribution.
// XXX this will give mostly correct results for now (until bug 1300366).
....
Updated•6 months ago
|
Whiteboard: [grid-percentages:triage] → [grid-percentages:m1]
Updated•5 months ago
|
Whiteboard: [grid-percentages:m1]
Assignee | ||
Comment 1•3 months ago
|
||
we should investigate if we need to update any logic that measures the grid item block size in ContentContribution() when the grid item establishes an orthogonal reflow.
When investigating grid item cache in Bug 1956955, we'll consider orthogonal reflow.
Assignee | ||
Comment 2•3 months ago
|
||
We've closed Bug 1300366. If we ever discover any flaw in
ContentContribution()
, we can file a new bug.
Updated•3 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/7b273e879a88
https://hg.mozilla.org/integration/autoland/rev/b98b1b2211fd
Remove obsolete comment mentioning Bug 1300366. r=dholbert DONTBUILD
Comment 4•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•