Bug 131802
| Summary: | [New Multicolumn] fast/multicol/float-multicol.html asserts in calculateBalancedHeight | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dave Hyatt <hyatt> |
| Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jonlee, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dave Hyatt
If you resize your window to be narrow, then we hit an assertion in RenderMultiColumnSet::calculateBalancedHeight().
Specifically:
ASSERT(m_minSpaceShortage != RenderFlowThread::maxLogicalHeight());
If you remove this assert, everything seems to lay out correctly still (since there is an if that just bails).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dave Hyatt
vertical-lr/float-multicol also.
Dave Hyatt
vertical-rl/float-multicol also
Note that the layout is sub-optimal as well, but that is arguably debatable.
Radar WebKit Bug Importer
<rdar://problem/16656289>
Dave Hyatt
This was fixed by r167602.