RESOLVED FIXED 212983
REGRESSION (r261841): Scrolling on Spotify page gets reset to the top
https://bugs.webkit.org/show_bug.cgi?id=212983
Summary REGRESSION (r261841): Scrolling on Spotify page gets reset to the top
Simon Fraser (smfr)
Reported 2020-06-09 12:34:46 PDT
Load https://open.spotify.com/artist/6vWDO969PvNqNYHIOW5v0m and scroll down. Note that when new content gets added to the bottom, the scroll position is reset to the top. What's happening is that the <div> with overflow:scroll is getting resized to some large, non-scrollable size for a while, triggering a reset of the scroll position via RenderBlock::endAndCommitUpdateScrollInfoAfterLayoutTransaction()/updateScrollInfoAfterLayout(). This doesn't happen prior to r261841. The page does hit the new code.
Attachments
Simon Fraser (smfr)
Comment 1 2020-06-09 12:35:11 PDT
Simon Fraser (smfr)
Comment 2 2020-06-09 16:15:51 PDT
Note You need to log in before you can comment on or make changes to this bug.