Bug 279321
Summary: | [Navigation] scroll API behaves differently on iOS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | iOS 18 | ||
Bug Depends on: | |||
Bug Blocks: | 258384 |
Patrick Griffis
iOS has unique scrolling codepaths from every other port so this API needs to be tweaked specifically for that platform.
See:
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-basic.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-change-history-scroll-restoration-during-promise.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-explicit-scroll.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-push.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-reload.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-replace.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/after-transition-timing.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/manual-scroll-reload.html
imported/w3c/web-platform-tests/navigation-api/scroll-behavior/manual-scroll-repeated.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136039318>
Simon Fraser (smfr)
By "this API" you mean the Navigation API? Could you provide more detail?