Bug 88129

Summary: Regression: fixed position scrolling broke on chromium after r117032
Product: WebKit Reporter: Shawn Singh <shawnsingh>
Component: Layout and RenderingAssignee: 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
Reported 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.
Attachments
Simon Fraser (smfr)
Comment 1 2012-06-01 13:31:34 PDT
Shawn Singh
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.