Bug 88129
Summary: | Regression: fixed position scrolling broke on chromium after r117032 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shawn Singh <shawnsingh> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | enne, jchaffraix, simon.fraser, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Shawn Singh
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
http://trac.webkit.org/changeset/117032
Shawn Singh
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.