Open
Bug 1437633
Opened 8 years ago
Updated 3 years ago
Scrolling broken on fixed-height-container DOM-recycling scroll view
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: markdittmer, Unassigned)
Details
(Keywords: nightly-community)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36
Steps to reproduce:
1. Visit https://mdittmer.github.io/scroll-bug/table.html in Firefox (stable or nightly) and (Chrome or Safari or Edge)
2. Attempt to scroll the body of the table view that is rendered
Actual results:
Flashing/re-rendering/cannot-scroll in Firefox, but relatively smooth scrolling in other browsers. (Edge doesn't get the container scroll height correct, but scrolling itself is relatively smooth).
Expected results:
Smooth scrolling that doesn't flash or reset-to-scrollTop=0.
Further discussion at https://github.com/mdittmer/scroll-bug
Updated•8 years ago
|
Keywords: nightly-community
Comment 1•8 years ago
|
||
I can reproduce with Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 ID:20180212100154
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•