Closed Bug 1555818 Opened 5 years ago Closed 5 years ago

ASSERTION: Column set should be complete if the available block-size is unconstrained if with balancing columns, abs pos, and huge font size

Categories

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

defect

Tracking

()

RESOLVED DUPLICATE of bug 1523595

People

(Reporter: TYLin, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

Attached file 673770-2.html

Steps to reproduce:

  1. Load 673770-2.html, which is modified from 673770.html by replacing -moz-column-fill: auto by -moz-column-fill: balance on <body>
  2. The following assertions happen on debug build.
[22030, Main Thread] ###!!! ASSERTION: Column set should be complete if the available block-size is unconstrained: 'aStatus.IsFullyComplete() || aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsColumnSetFrame.cpp, line 1236
[22030, Main Thread] ###!!! ASSERTION: Shouldn't be incomplete if availableBSize is UNCONSTRAINED.: 'aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsBlockFrame.cpp, line 1881
[22030, Main Thread] ###!!! ASSERTION: Column set should be complete if the available block-size is unconstrained: 'aStatus.IsFullyComplete() || aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsColumnSetFrame.cpp, line 1236
[22030, Main Thread] ###!!! ASSERTION: Shouldn't be incomplete if availableBSize is UNCONSTRAINED.: 'aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsBlockFrame.cpp, line 1881
[22030, Main Thread] ###!!! ASSERTION: Column set should be complete if the available block-size is unconstrained: 'aStatus.IsFullyComplete() || aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsColumnSetFrame.cpp, line 1236
[22030, Main Thread] ###!!! ASSERTION: Shouldn't be incomplete if availableBSize is UNCONSTRAINED.: 'aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE', file /home/aethanyc/Projects/gecko/layout/generic/nsBlockFrame.cpp, line 1881

The assertions no longer happened after fixing bug 1523595.

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.

Attachment

General

Created:
Updated:
Size: