CSS grid: max-height inconsistent with Chrome
Categories
(Core :: Layout, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: ashley, Unassigned)
Details
Updated•9 years ago
|
Updated•9 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Updated•3 years ago
|
Comment 9•2 years 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.
Comment 10•2 years ago
|
||
(In reply to Manuel Rego Casasnovas from comment #1)
It seems there's a problem with how "1fr" rows are computed.
Check the following example:
https://codepen.io/mrego/pen/JyXwYJThe 2nd row is 100px, but it should be bigger (like in Chrome).
At this point it looks like our rendering matches Chrome (380px tall), so I think this became fixed at some point. Fix range:
First good revision: 826b59e57fe4274954088e7a9ed9bab092203e1c (2019-02-22)
Last bad revision: e92ff56d2be21676b447c6fbb87b4c4479539bc9 (2019-02-21)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e92ff56d2be21676b447c6fbb87b4c4479539bc9&tochange=826b59e57fe4274954088e7a9ed9bab092203e1c
--> Looks like this was fixed by bug 1526567.
(In reply to Kumar Harsh from comment #3)
+1. I'm also facing this issue.Here is a reproducible test: https://codepen.io/khs/pen/pWWWxz
For this one, the behavior hasn't changed in Firefox since comment 3, as far as I can tell; and current Chrome seems to match us. So whatever the issue was with this codepen, it seems our behavior is interoperable at this point, I guess?
Description
•