Open
Bug 1513435
Opened 6 years ago
Updated 5 months ago
Incompatible column layout with 'height:0' and definite 'column-width'
Categories
(Core :: Layout: Columns, defect, P3)
Core
Layout: Columns
Tracking
()
UNCONFIRMED
Webcompat Priority | P3 |
People
(Reporter: bgstandaert, Unassigned)
Details
(Keywords: parity-chrome, testcase, Whiteboard: [webcompat])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
1. Visit jsfiddle.net/Ls5mkjec/embedded/result/.
2. If necessary, reduce the size of the browser window so that the list items cannot all fit on one line.
Actual results:
The list items remain in one line, and overflow off the side of the page.
Expected results:
The items should split into multiple columns, as they do in Chrome and Safari.
This causes the player list on Quizlet Live (https://quizlet.com/features/live) to display incorrectly.
Updated•6 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•6 years ago
|
Component: CSS Parsing and Computation → Layout: Grid
Comment 1•6 years ago
|
||
Seems like a bug in Chrome to me, but I haven't read the spec (css-multicol).
Updated•6 years ago
|
Component: Layout: Grid → Layout: Columns
Keywords: testcase
Summary: absolutely-positioned items inside of CSS grid are not positioned correctly → Incompatible column layout with 'height:0' and definite 'column-width'
Comment 2•6 years ago
|
||
Or maybe Chrome deliberately ignores any block-direction sizing restriction in order to avoid creating an arbitrary large number of columns in the inline direction? It sort of seems desirable in the case of columns to avoid that behavior the potential to create very undesirable scrolling.
Adding the webcompat flag since this has been encountered on the Web, and I guess P3 is about right unless this crops up more often.
Reporter | ||
Comment 3•6 years ago
|
||
Quizlet has updated their website to avoid this issue, would you like me to leave this issue open?
Comment 4•6 years ago
|
||
Thanks for updating us. Yes, let's leave this open, thank you. It's still an incompatibility between Firefox and Chrome that could annoy devs or break other sites, and it should be resolved one way or another.
Comment 5•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 6•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•6 years ago
|
Webcompat Priority: ? → revisit
Updated•2 years ago
|
Webcompat Priority: revisit → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 7•5 months ago
|
||
FYI, still different than Chrome's impl. Haven't tested Safari.
You need to log in
before you can comment on or make changes to this bug.
Description
•