td display block doesn't use position sticky
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: vnexster, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Steps to reproduce:
demo: https://jsbin.com/juqares/2/edit?html,output
you need to scroll to the right to notice the bug
Actual results:
the td with display block doesn't stick in FF
in Chrome it works
Expected results:
td with position: sticky should stick
Comment 1•5 years ago
|
||
Thanks for the report Omu!
Reproduced this on all latest Firefox versions Release 81.0, Beta 82.0b4 and Nightly 83.0a1 on Windows 10 x64.
Moving this over to it's component.
Suggested Severity: S3
Comment 2•5 years ago
|
||
I am also able to reproduce this on my macOS 10.15.6 machine in the current nightly 83.0a1
Using mozregression, I was able to verify that this behavior has existed since at least as far back as 2017-01-01 (Firefox 53.0a1)
Given that this is not a recent regression, I am going to mark this with an S3 severity, which is typical for most bugs.
Description
•