WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2020-06-09 12:35:11 PDT
<
rdar://problem/64142477
>
Simon Fraser (smfr)
Comment 2
2020-06-09 16:15:51 PDT
Resolved by rollout:
https://trac.webkit.org/changeset/262809/webkit
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug