[Webkit-unassigned] [Bug 226338] Prevent resetting scroll position in unnecessary cases during page load
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 28 09:33:22 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=226338
Wenson Hsieh <wenson_hsieh at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wenson_hsieh at apple.com
--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 429896
--> https://bugs.webkit.org/attachment.cgi?id=429896
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=429896&action=review
> Tools/TestWebKitAPI/Tests/ios/ScrollViewInsetTests.mm:265
> + [webView scrollView].refreshControl = [[UIRefreshControl alloc] init];
Nit - might be good to fix this leak, either by autoreleasing, or with adoptNS([[UIRefreshControl alloc] init]).get()
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210528/a46c7962/attachment-0001.htm>
More information about the webkit-unassigned
mailing list