Closed
Bug 1997418
Opened 4 months ago
Closed 4 months ago
Try removing `nsBlockFrame`'s `CalculateContainingBlockSizeForAbsolutes`
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: dshin, Assigned: dshin)
References
Details
(Whiteboard: [anchorpositioning:m2])
Attachments
(1 file)
| Assignee | ||
Comment 1•4 months ago
|
||
Most paths in the removed function returns the frame's padding
rect size. It doesn't seem that the single path that further
modifies the value is used.
Updated•4 months ago
|
Whiteboard: [anchorpositioning:triage]
Pushed by dshin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9af10c357816
https://hg.mozilla.org/integration/autoland/rev/e841ef9265e9
Simplify `nsBlockFrame`'s abspos cb computation. r=layout-reviewers,emilio,TYLin
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•4 months ago
|
Points: --- → 1
Whiteboard: [anchorpositioning:triage] → [anchorpositioning:m2]
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•