Bug 88129 - Regression: fixed position scrolling broke on chromium after r117032
Summary: Regression: fixed position scrolling broke on chromium after r117032
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 13:29 PDT by Shawn Singh
Modified: 2012-06-13 16:42 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Singh 2012-06-01 13:29:08 PDT
The repro can be found here - http://jsfiddle.net/desandro/VQM7x/  - none of the rects should move when scrolling that container.

Note that safari "stutters" on that test case, I believe this is related but slightly different issue.  For chrome, this was solved by avoiding overflow on the repaint rects - https://bugs.webkit.org/show_bug.cgi?id=84979.  Its likely that overflow in a different place may be causing that same behavior for Safari.
Comment 1 Simon Fraser (smfr) 2012-06-01 13:31:34 PDT
http://trac.webkit.org/changeset/117032
Comment 2 Shawn Singh 2012-06-13 16:42:35 PDT
This seems to have been magically fixed on recent builds of chromium (bisecting didn't give enough information to narrow down what may have fixed it).

I'll mark it as resolved, please feel to re-open if its actually not fixed.