[iOS][WK2] Fix annoying scrolling bugs
Created attachment 229430 [details] Patch
Comment on attachment 229430 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229430&action=review Thanks for fixing! > Source/WebCore/ChangeLog:11 > + keep changing the scroll position to incorrect values. Why does it compute incorrect values?
Comment on attachment 229430 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229430&action=review > Source/WebCore/platform/ScrollView.cpp:545 > +#if PLATFORM(IOS) > + UNUSED_PARAM(desiredOffset); > + return; > +#else Afterthought: should this be if delegatesScrolling() rather than an #ifdef?
Committed r167411: <http://trac.webkit.org/changeset/167411>