Bug 133893 - Avoid synchronous layout in window.scrollTo(0,0) when already at (0,0)
Summary: Avoid synchronous layout in window.scrollTo(0,0) when already at (0,0)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 19:45 PDT by Andreas Kling
Modified: 2014-06-17 12:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2014-06-13 19:46 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-06-13 19:45:40 PDT
Yup.
Comment 1 Andreas Kling 2014-06-13 19:46:53 PDT
Created attachment 233098 [details]
Patch
Comment 2 Anders Carlsson 2014-06-16 08:44:41 PDT
Comment on attachment 233098 [details]
Patch

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?
Comment 3 WebKit Commit Bot 2014-06-17 12:01:14 PDT
Comment on attachment 233098 [details]
Patch

Clearing flags on attachment: 233098

Committed r170063: <http://trac.webkit.org/changeset/170063>
Comment 4 WebKit Commit Bot 2014-06-17 12:01:17 PDT
All reviewed patches have been landed.  Closing bug.