[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 14:42:03 PST 2011


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #13 from Dave Hyatt <hyatt at apple.com>  2011-01-24 14:42:03 PST ---
I think a superior implementation would both be asynchronous and ensure the event fires before a stale repaint.  Allowing stale repaints to happen is just poor behavior, and we shouldn't be using other browsers as an excuse for poor behavior.

Similarly, firing the event synchronously is also poor behavior.

I see no reason why we can't improve the implementation of asyc scrolling to keep these user interfaces working.

Keep in mind that some of the reason you don't see some of these nifty UI systems on the Web is that in other browsers have subpar (albeit async) onscroll implementations.

Let's fix this the right way and get the best of both worlds.

-- 
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