Bug 242224
Summary: | The "Around the World" carousel is broken on https://focal-theme-carbon.myshopify.com/ | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Scrolling | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | delatorre.juanpablo, nmouchtaris, peter, rniwa, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=238497 |
Simon Fraser (smfr)
Load https://focal-theme-carbon.myshopify.com/ and scroll down to the "Around the World" section. Click the prev/next arrows, and note how it fails to scroll to the right place.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96453957>
Simon Fraser (smfr)
During the scroll animation, layout runs and calls `FrameView::removeScrollableArea()` so we stop animating it.
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/3377
EWS
Committed 253493@main (ca608f18f089): <https://commits.webkit.org/253493@main>
Reviewed commits have been landed. Closing PR #3377 and removing active labels.
Ryosuke Niwa
This patch broke iOS builds.
Ryosuke Niwa
Re-opening for pull request https://github.com/WebKit/WebKit/pull/3396
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/3397
EWS
Committed 253511@main (711178d9ca19): <https://commits.webkit.org/253511@main>
Reviewed commits have been landed. Closing PR #3397 and removing active labels.