Closed
Bug 1489070
Opened 7 years ago
Closed 6 years ago
broken rendering for grid layout
Categories
(Core :: Layout: Grid, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kes-kes, Unassigned)
Details
Attachments
(1 file)
|
41.22 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180712135629
Steps to reproduce:
I create table with grid layout
https://codepen.io/KES777/pen/gdGpWe
Actual results:
The elements are rendered incorrect:
spanned column has different width, also lines are rendered out of border
see attachment and SO question
https://stackoverflow.com/q/52201284/4632019
Expected results:
The chrome renders without problem.
The column Кiлькiсть have same size as two spanned columns
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0 (20180830143136)
I've tested this report on Ubuntu 18.04 x64 and using the latest Nightly and Fx release build. I was able to reproduce it following the above steps.
Status: UNCONFIRMED → NEW
status-firefox62:
--- → affected
status-firefox63:
--- → affected
status-firefox64:
--- → affected
Component: Untriaged → Layout: Grid
Ever confirmed: true
OS: Unspecified → Linux
Product: Firefox → Core
Comment 2•6 years ago
|
||
The test looks fine on Nightly 2019-06-10, but I'd like to ping Mats for confirmation before closing this bug.
Flags: needinfo?(mats)
Comment 3•6 years ago
|
||
Comment 2 was written when I reproduce this on Mac. I load the test today on Linux, I can see the reporter's point. I think the test look wrong on Linux because grid-items are enlarged by the content. If I use to width: 900px or font-size: 12px on .items-grid. It looks OK.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(mats)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•