Bug 12354

Summary: REGRESSION (r19005): Safari RSS sidebar jumps around when scrolling
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: sam
Priority: P1 Keywords: Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description mitz 2007-01-21 15:20:06 PST
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.
Comment 1 Sam Weinig 2007-01-21 16:05:21 PST
Fixed by reverting the changes made in bug 8360.