[Webkit-unassigned] [Bug 52988] REGRESSION (r75555): Safari RSS sidebar jiggles when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 18:18:46 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52988


Peter Kasting <pkasting at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pkasting at google.com




--- Comment #17 from Peter Kasting <pkasting at google.com>  2011-01-24 18:18:46 PST ---
Comment 13 sounds right to me.

For comment 14, consider the case of smooth scrolling by enabling the code in ScrollAnimatorWin, which breaks scrolls into multiple pieces.  These each trigger a separate onscroll event.  We need to ensure that we don't get any scary re-entrancy if we run script synchronously in response to these.  I don't know if we do or not, but Hyatt's comment 13 makes me feel less nervous.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list