Open
Bug 389585
Opened 18 years ago
Updated 2 years ago
zero-height content gets pushed to next-in-flow after tall unsplittable block
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: fantasai.bugs, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
224 bytes,
text/html
|
Details |
Overview:
When an unsplittable frame that is taller than the availableHeight is
followed by zero-height content, that content gets pushed to the
next-in-flow.
Tested on trunk build, 2007-07-25
Additional Notes:
When this is fixed, the comment about empty overflow rects in
nsContainerFrame::ReflowOverflowContainerChildren should be turned into an
assertion.
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•