Bug 12354
Summary: | REGRESSION (r19005): Safari RSS sidebar jumps around when scrolling | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | sam |
Priority: | P1 | Keywords: | Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
Since r19005 (fix for bug 8360) the Safari RSS sidebar jumps around when you scroll the main content. It uses a scroll event handler to maintain fixed position, and since the scroll events are delayed until after layout and painting, the initial scrolling is visible before the event handler repositions the "pinned" element.
I suppose many sites that use a similar technique are affected.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
Fixed by reverting the changes made in bug 8360.