RESOLVED FIXED 13433
Page is very slow to scroll and paint
https://bugs.webkit.org/show_bug.cgi?id=13433
Summary Page is very slow to scroll and paint
Dave Hyatt
Reported 2007-04-21 03:59:53 PDT
It scrolls smoothly if you are at the top of the page but then gets super slow as you get closer to the bottom.
Attachments
Dave Hyatt
Comment 1 2007-04-23 01:35:34 PDT
Every single span has a background color and they nest deeply. By the time you get to the bottommost lines you are doing thousands of fill rects per line. This would be very difficult to optimize. Note IE7 is extremely slow on this page as well (the exact same symptom... fast at the top, slow at the bottom).
Dave Hyatt
Comment 2 2007-04-23 23:26:34 PDT
Fixed.
Note You need to log in before you can comment on or make changes to this bug.