Closed
Bug 1642694
Opened 4 years ago
Closed 4 years ago
Flex item's overflow children didn't draw at all
Categories
(Core :: Layout: Flexbox, defect)
Core
Layout: Flexbox
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
See the attach testcase, where it compares a single column flex container and a block container. Their rendering should be the same.
Assignee | ||
Comment 1•4 years ago
|
||
Before bug 1622935, flex items cannot become overflow-incomplete, so flex containers don't create overflow containers for them if they're fragmented.
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/528fc992a6fa
Build display list for frames in flex container's overflow container list. r=dholbert
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
I found that the rendering results of inline-flex in Chrome & Safari are different. I'm not sure which is correct.
Assignee | ||
Comment 6•4 years ago
|
||
Re comment 5:
It's bug 534182 that inline-block / inline-flex / inline-grid are not fragmented correctly.
You need to log in
before you can comment on or make changes to this bug.
Description
•