[webkit-reviews] review granted: [Bug 133893] Avoid synchronous layout in window.scrollTo(0, 0) when already at (0, 0) : [Attachment 233098] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 08:44:18 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 133893: Avoid synchronous layout in window.scrollTo(0,0) when already at
(0,0)
https://bugs.webkit.org/show_bug.cgi?id=133893

Attachment 233098: Patch
https://bugs.webkit.org/attachment.cgi?id=233098&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=233098&action=review


> Source/WebCore/ChangeLog:10
> +	   We don't send scroll events when moving to the previous position,
> +	   so this change is not observable.

Previous? Isn't it current?


More information about the webkit-reviews mailing list