WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 12354
REGRESSION (
r19005
): Safari RSS sidebar jumps around when scrolling
https://bugs.webkit.org/show_bug.cgi?id=12354
Summary
REGRESSION (r19005): Safari RSS sidebar jumps around when scrolling
mitz
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2007-01-21 16:05:21 PST
Fixed by reverting the changes made in
bug 8360
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug