RESOLVED FIXED 8945
REGRESSION: Scrolling is very slow when dragging the thumb
https://bugs.webkit.org/show_bug.cgi?id=8945
Summary REGRESSION: Scrolling is very slow when dragging the thumb
Dave Hyatt
Reported 2006-05-16 13:23:09 PDT
On practically every page I go to, scrolling is now very slow when dragging the thumb quickly. I strongly suspect display throttling or coalesced updates.
Attachments
Dave Hyatt
Comment 1 2006-05-16 13:38:40 PDT
This is caused by display throttling. defaults write com.apple.Safari WebKitThrottleWindowDisplay 0 will make the problems go away.
Tim Omernick
Comment 2 2006-05-16 14:17:48 PDT
This was caused by my tweak to the window display throttle code to make it remember the last flush time (as opposed to the last display time). Fixed on TOT by rolling out the change in question.
Dave Hyatt
Comment 3 2006-05-18 00:03:49 PDT
This is not fixed for me. With a completely current build I still have horrible scrolling issues.
Dave Hyatt
Comment 4 2006-05-18 02:11:04 PDT
Pilot error. Glyph map regression caused horrible slowness in TOT.
Note You need to log in before you can comment on or make changes to this bug.