Closed
Bug 1464379
Opened 7 years ago
Closed 7 years ago
CSS Grid, intrinsic sizing and sizes attribute not playing well together
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: info, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36
Steps to reproduce:
Created a product card style layout using CSS Grid on codepen: https://codepen.io/morganfeeney/pen/wjLjoe, set the first grid-column to be max-content, thus leaving remaining columns to be automatically sized based on their content. Applied srcset and sizes so that images get sized at different widths using media queries.
Actual results:
When the smallest image is rendered (resize screen to 767px) the size of the column does not change to reflect the size of the image. However if I test in Chrome and Safari (both latest versions) this issue does not occur.
Expected results:
The column size should be the same size as that of the image as I used max-content for the column size.
Comment 1•7 years ago
|
||
Hi Morgan,
I tested this on Mac OS X 10.12 with FF Nightly 62.0a1(2018-05-29) and I can't reproduce this issue.
Please test if the issue is reproducible in safe mode, here is a link that can help you:
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
Please download Firefox Nightly from here: https://nightly.mozilla.org/ and retest the problem.
If you still have the issue please create a new profile, you have the steps here:https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager
Also, it will help us a lot if you can make a screen recording or a print screen of the issue. Thanks
Flags: needinfo?(info)
You are correct; to confirm, the issue does not exist in Nightly 62.0a1 (2018-05-29) (64-bit) I'll remember to test using Nightly in future!
Just out of interest when will the current version of nightly be released?
Thank you.
Flags: needinfo?(info)
Comment 3•7 years ago
|
||
Thanks for your reply, based on https://wiki.mozilla.org/Release_Management/Calendar the FF 62 will be on the release channel from 2018-09-04.
Based on comment 2, I will mark this as Resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•