Closed
Bug 1555818
Opened 6 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)
Core
Layout: Columns
Tracking
()
RESOLVED
DUPLICATE
of bug 1523595
People
(Reporter: TYLin, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
675 bytes,
text/html
|
Details |
Steps to reproduce:
- Load 673770-2.html, which is modified from 673770.html by replacing
-moz-column-fill: auto
by-moz-column-fill: balance
on<body>
- 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
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Reporter | ||
Comment 3•5 years ago
|
||
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.
Description
•