[Webkit-unassigned] [Bug 75001] Painting on a table with overflow: hidden cells is very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 15:56:11 PDT 2012


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





--- Comment #1 from Julien Chaffraix <jchaffraix at webkit.org>  2012-06-07 15:56:07 PST ---
For the record, when scrolling on the page on a 10,000 * 100 table with overflow: hidden, the painting used to take ~255 ms (for 2048 x 256). We are now down to ~45 ms.

Painting has been sped up but the core issue still remains: we should have visit only the visible cells instead of all the cells in the table.

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