Closed
Bug 1482628
Opened 6 years ago
Closed 6 years ago
elements with max-content aren't enlarged by children with a different writing-mode
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
DUPLICATE
of bug 1311208
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: zjz, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Please take a look at the test.html
Chrome 70 works correctly.
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
We hit this chunk of "not sure what to do" code, with aFrame being each of the blocks whose writing-mode is orthogonal to its parent:
https://dxr.mozilla.org/mozilla-central/rev/4e56a2f51ad739ca52046723448f3129a58f1666/layout/base/nsLayoutUtils.cpp#5344-5351
I think this is a duplicate of bug 1311208.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment 3•6 years ago
|
||
Note that the layout gets mostly-fixed if you zoom in + out, as in bug 1311208 (because we use the intrinsic size if we've got it cached from a previous reflow).
Reporter | ||
Comment 4•6 years ago
|
||
Thank you for the info
You need to log in
before you can comment on or make changes to this bug.
Description
•