Closed
Bug 1507339
Opened 7 years ago
Closed 7 years ago
Fix the block size calculation of fragmenters which divide by a column spanner
Categories
(Core :: Layout: Columns, defect, P3)
Core
Layout: Columns
Tracking
()
RESOLVED
DUPLICATE
of bug 1523595
People
(Reporter: TYLin, Unassigned)
References
Details
A live example of the following snippet in a multicol container https://codepen.io/anon/pen/VVbeMe
<div style="height: 500px; border: 1px solid red;">
<h3 id="spanner">spanner in absolute height block</h3>
</div>
Currently, the frame fragment before the spanner and the fragment after the spanner will both have height 500px, which is clearly wrong.
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•