Closed
Bug 1410670
Opened 7 years ago
Closed 4 years ago
Table not properly positioned in two flex parents
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1693409
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: freaktechnik, Unassigned)
Details
Attachments
(1 file)
687 bytes,
text/html
|
Details |
I've attached a minimal reproduction example. The sizes and colours are not needed, but help to visualize it.
It features the following document structure:
- wrapper1
- wrapper2
- table
Both wrappers are flex boxes with flex-direction column. The table has height and width 100%, and is not actually a table but displayed as table.
The issue can not be reproduced when either the table does not have height 100%, wrapper2's justify-content is set to space-between (but space-around and space-evenly are both affected), wrapper1 is not a flex box, or they don't both have a direction of column.
In the attached example the red table should be within the blue bordered box, as it is the only child of the flex and its height is 100%.
It seems that the table is positioned as if its height wasn't set to 100% and then the height is applied, since the upper edge of the red box does not move when removing the height: 100% instruction.
This works as expected in Chromium.
Updated•7 years ago
|
Component: Untriaged → Layout: Tables
Product: Firefox → Core
Updated•7 years ago
|
Priority: -- → P3
Comment 1•4 years ago
|
||
The attached testcase should render correctly on Firefox after bug 1693409.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•