[webkit-reviews] review granted: [Bug 197211] [iOS] Element::focus and Element::scrollIntoView do not clamp scroll positions : [Attachment 368647] Fixed the test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 14:31:04 PDT 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 197211: [iOS] Element::focus and Element::scrollIntoView do not clamp
scroll positions
https://bugs.webkit.org/show_bug.cgi?id=197211

Attachment 368647: Fixed the test

https://bugs.webkit.org/attachment.cgi?id=368647&action=review




--- Comment #19 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 368647
  --> https://bugs.webkit.org/attachment.cgi?id=368647
Fixed the test

View in context: https://bugs.webkit.org/attachment.cgi?id=368647&action=review

> Source/WebCore/rendering/RenderLayer.cpp:2610
> +//		
frameView.setScrollPosition(roundedIntPoint(revealRect.location()));

Remove this line.


More information about the webkit-reviews mailing list