Open
Bug 1756866
Opened 3 years ago
Updated 3 years ago
Audit ReflowInput::CalcLineHeight() callers to pass block-size instead of height
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
References
(Blocks 1 open bug)
Details
Here are callers who still pass the container's height instead of block-size as aBlockBSize
intoReflowInput::CalcLineHeight()
. We should audit them, and perhaps logicalize the code around the callers.
- https://searchfox.org/mozilla-central/rev/152a28cc2a64a8efefba2160550e14987b943b74/layout/generic/nsBlockFrame.cpp#643-644
- https://searchfox.org/mozilla-central/rev/152a28cc2a64a8efefba2160550e14987b943b74/layout/generic/nsLineLayout.cpp#1869-1871
- https://searchfox.org/mozilla-central/rev/152a28cc2a64a8efefba2160550e14987b943b74/layout/style/nsComputedDOMStyle.cpp#2184-2185
Reporter | ||
Updated•3 years ago
|
Summary: Convert ReflowInput::CalcLineHeight() to pass block-size instead of height → Audit ReflowInput::CalcLineHeight() callers to pass block-size instead of height
You need to log in
before you can comment on or make changes to this bug.
Description
•