css attribute "top" not working until you update the value in the console
Categories
(Core :: Layout: Grid, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: pmarshall1993, Assigned: MatsPalmgren_bugz)
Details
Attachments
(2 files)
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
The position of the "ticks-container" looks the same in Nightly and Chrome (v78) for me (on Linux), and I believe the rendering is correct for the given testcase.
Gecko had a known issue when changing the style of a rel.pos. grid item dynamically (which I fixed in bug 1576355), but that shouldn't have affected the original testcase (unless you modify the 'top' value in devtools, which is probably what Xidorn saw).
So, the reason you got different results in Chrome could have been a bug in Chrome that they have since fixed.
Assignee | ||
Comment 4•5 years ago
|
||
FWIW, if you want to lay out two grid items on top of each other then you should consider placing them in the same grid area instead, as demonstrated in this testcase. It's a lot simpler.
Assignee | ||
Comment 5•5 years ago
|
||
The original testcase seems to work as expected for me, and it (now) renders the same in Chrome.
Assignee | ||
Comment 6•5 years ago
|
||
(Here's the original testcase for posterity, in case the codepen disappears for some reason.)
Description
•