Closed
Bug 1949148
Opened 8 months ago
Closed 7 months ago
Initial reflow of a block with orthogonal children may get incorrect intrinsic sizing
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jfkthame, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [writing-modes:m1])
Attachments
(1 file)
|
510 bytes,
text/html
|
Details |
See testcase. When initially loaded, it renders a red square, because the vertical-writing-mode <div> that should render as a green square (obscuring the red one) gets an inline-size (height) of zero because its orthogonal (horizontal) child did not report its correct height (block-size).
Zooming in/out of the testcase fixes the rendering. This is characteristic of examples where the problem is that the orthogonal child had not yet determined its block-size at the time when its parent was computing its intrinsic inline-size.
| Reporter | ||
Updated•8 months ago
|
Blocks: interop-2025-writingmodes
Updated•7 months ago
|
Whiteboard: [writing-modes:m1]
| Reporter | ||
Comment 1•7 months ago
|
||
Fixed by bug 1954762.
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•