Open
Bug 1949149
Opened 15 days ago
Updated 1 day ago
A block with an orthogonal child fails to update its size in response to changed block-size of the child
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
598 bytes,
text/html
|
Details |
See testcase. The green <div> was initially 200px wide (based on its line-height, using vertical writing mode), and the red parent <div> is sized accordingly. Then, in the onload handler, the line-height of the green <div> is reduced to 100px, but the red parent <div> fails to update its size to match, leaving a red square unexpectedly visible.
As in bug 1949148, zooming in/out updates the rendering to be correct.
Reporter | ||
Updated•8 days ago
|
Blocks: interop-2025-writingmodes
You need to log in
before you can comment on or make changes to this bug.
Description
•