Closed
Bug 1424401
Opened 7 years ago
Closed 10 months ago
CSS grid cell grows to fit contents in Firefox, but not in other browsers
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1799111
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
310 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171130160223
Steps to reproduce:
A web site I have built renders incorrectly in Firefox. I cannot give you a link, but I have attached a file that shows the same problem. The attached page renders differently in Firefox compared to Chrome and Edge
Actual results:
In Firefox the length of the red bar is expanded to match the length of the green bar. In Chrome and Edge, the red bar is the same length as the blue bar.
Expected results:
All browsers should render the same page the same way.
Comment 1•7 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Firefox: 57.0.2, Build ID 20171206182557
I have managed to reproduce the issue on Windows 10 x64, Ubuntu 14.04 x64 and Mac 10.12 with Firefox release (57.0.2) and the latest Nightly (59.0a1) build installed. Also I have not manage to reproduce this issue on Firefox 35.
Considering this, using the Mozregression tool, I have found a regression window:
Last good revision: bb4d614a0b09bcb9738c151dccfcd9b3857a6a7c (2015-11-03)
First bad revision: 6077f51254c69a1e14e1b61acba4af451bf1783e (2015-11-04)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bb4d614a0b09bcb9738c151dccfcd9b3857a6a7c&tochange=6077f51254c69a1e14e1b61acba4af451bf1783e
I could not go further because Mozregression has failed to download any other builds (they are probably too old). However I've observed in the pushing some issues related to "css-grid".
Mats, can you please look over the pushlog and see if anything stands out?
status-firefox57:
--- → affected
status-firefox58:
--- → affected
status-firefox59:
--- → affected
Component: Untriaged → Layout
Flags: needinfo?(mats)
Keywords: regression
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → x86_64
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Looks like we're still failing the attached testcase here.
status-firefox61:
--- → wontfix
status-firefox62:
--- → fix-optional
status-firefox-esr60:
--- → wontfix
Updated•2 years ago
|
Severity: normal → S3
Comment 3•10 months ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(MatsPalmgren_bugz)
Comment 4•10 months ago
|
||
mozregression finds this fix range https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d2c6287383301f29964047d5c718640eb4bbcccb&tochange=a29b80b107103df84e493008e420e30aea857da1
Possibly fixed by bug 1799111.
You need to log in
before you can comment on or make changes to this bug.
Description
•