Closed Bug 1507339 Opened 6 years ago Closed 5 years ago

Fix the block size calculation of fragmenters which divide by a column spanner

Categories

(Core :: Layout: Columns, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1523595

People

(Reporter: TYLin, Unassigned)

References

(Blocks 1 open bug)

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.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.