REGRESSION(305618@main): [iOS] Swipe gesture fails to reliably trigger scroll over certain HTML content in Mail#57879
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Feb 5, 2026
Conversation
Collaborator
|
EWS run on current version of this PR (hash da9ed64) Details |
smfr
approved these changes
Feb 4, 2026
Member
Author
|
Thank you for the review! |
Member
Author
|
I do not understand the style checker error. |
Member
Author
|
Thank you for the review! |
…r scroll over certain HTML content in Mail https://bugs.webkit.org/show_bug.cgi?id=306977 rdar://169511014 Reviewed by Simon Fraser. Our adoption of `setDecelerationTrackingBehavior` broke scrolling during an existing momentum phase on certain HTML content in Mail.app. This commit is a simple revert of 305618@main, unfortunately bringing back webkit.org/b/302754. * Source/WTF/wtf/PlatformHave.h: * Source/WebKit/Configurations/AllowedSPI-legacy.toml: * Source/WebKit/Configurations/AllowedSPI.toml: * Source/WebKit/Platform/spi/ios/UIKitSPI.h: * Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm: (-[WKWebView _setupScrollAndContentViews]): * Source/WebKit/UIProcess/RemoteLayerTree/ios/ScrollingTreeScrollingNodeDelegateIOS.mm: (WebKit::ScrollingTreeScrollingNodeDelegateIOS::commitStateAfterChildren): Canonical link: https://commits.webkit.org/306820@main
da9ed64 to
2a02830
Compare
Collaborator
|
Committed 306820@main (2a02830): https://commits.webkit.org/306820@main Reviewed commits have been landed. Closing PR #57879 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2a02830
da9ed64
🛠 win🧪 win-tests