Issue when a display:table element is inside a flex element, happening on oui.sncf.
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | + | verified |
People
(Reporter: julienw, Assigned: dholbert)
References
()
Details
(Keywords: regression)
Attachments
(6 files, 1 obsolete file)
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Assignee | ||
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
mozreview-review |
Comment 17•7 years ago
|
||
Assignee | ||
Comment 18•7 years ago
|
||
Assignee | ||
Comment 19•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 21•7 years ago
|
||
Assignee | ||
Comment 23•7 years ago
|
||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
bugherder |
Reporter | ||
Comment 26•7 years ago
|
||
Updated•7 years ago
|
Comment 27•7 years ago
|
||
Assignee | ||
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•5 years ago
|
||
This bug is still happening, and there is stack overflow posts about trying to get around it by adding a wrapper around the table element. In chrome it renders fine, but firefox (as per other posts also suggest). Nothing really works in the 'flex world' of css to change the size of the table aside from stretch? (which I think just sets it to 100% instead of filling the remaining space). The CSS has been set to stretch, but the table keeps setting it's width/height to the content.
For an example, please see one of the posts I found on this matter on Stack: https://stackoverflow.com/questions/41421512/why-does-flex-box-work-with-a-div-but-not-a-table
Updated•4 years ago
|
Updated•4 years ago
|
Comment 31•4 years ago
|
||
Re comment 30:
The example in https://stackoverflow.com/questions/41421512/why-does-flex-box-work-with-a-div-but-not-a-table should be fixed by bug 1674302, targeting Firefox 87.
Description
•