Closed
Bug 1180893
Opened 10 years ago
Closed 10 years ago
Flex container size incorrectly calculated for `flex-flow: column wrap`
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 995020
People
(Reporter: philip, Unassigned)
Details
Attachments
(1 file)
494.57 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36
Steps to reproduce:
1. Go to http://codepen.io/anon/pen/pJLwYp
2. Notice how the containing <ul> does not actually contain it's <li> children. It's size is being incorrectly calculated.
Actual results:
The <il> children should be contained no matter how they wrap and no matter how many children are present.
If you look at the demo in Edge, it renders correctly.
Expected results:
The containing <ul> does not fully contain its children.
![]() |
||
Updated•10 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
![]() |
||
Updated•10 years ago
|
Flags: needinfo?(dholbert)
Comment 1•10 years ago
|
||
This is bug 995020. (I've just added "flex-flow: column wrap" to the bug summary there to make it more discoverable.)
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dholbert)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•