Closed
Bug 1867916
Opened 2 years ago
Closed 2 years ago
Fix the initialization of available block-size in TableReflowInput
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox120 | --- | unaffected |
| firefox121 | --- | unaffected |
| firefox122 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
We should initialize mAvailSize.BSize(mWM) before calling AdvanceBCoord().
https://searchfox.org/mozilla-central/rev/956e25260926097a4d54d5aeb0e06347841616bf/layout/tables/nsTableFrame.cpp#86-89
| Assignee | ||
Comment 1•2 years ago
|
||
This is a bug introduced by bug 1866836 Part 1
https://hg.mozilla.org/mozilla-central/rev/845986cc0a8d
AdvanceBCoord() will modify mAvailSize.BSize(), so we really should
initialize mAvailSize.BSize() first.
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1866836
status-firefox120:
--- → unaffected
status-firefox121:
--- → unaffected
status-firefox122:
--- → affected
status-firefox-esr115:
--- → unaffected
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c1a07c8d3566
Fix initialization of available block-size in TableReflowInput. r=emilio,layout-reviewers
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•