Closed
Bug 1276735
Opened 9 years ago
Closed 8 years ago
[css-flexbox][css-writing-modes] display:inline-flex with vertical item is growing on each reflow
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(2 files)
STR
1. load the attached testcase
2. resize the window width
ACTUAL RESULT
The flex container width is growing.
EXPECTED RESULT
No change in size.
FYI, the border on the item seems to be required for the bug to occur.
The initial width doesn't seem right either - the "X" is clipped
by the item border. Adding more text seems to indicate we're using
the size from the wrong axis.
Updated•8 years ago
|
Blocks: writing-mode
Comment 2•8 years ago
|
||
This might be fixed by bug 1267462. I cannot reproduce this on the latest Nightly.
Comment 3•8 years ago
|
||
Yup, LGTM in Nightly. Very likely fixed by bug 1267462.
You need to log in
before you can comment on or make changes to this bug.
Description
•