[Webkit-unassigned] [Bug 64546] Redrawing dirty parts of a large table is very slow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 29 17:50:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64546
Julien Chaffraix <jchaffraix at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |jchaffraix at webkit.org
Ever Confirmed|0 |1
--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org> 2011-08-29 17:50:29 PST ---
Seems to be caused "border-collapse: collapse" as WebKit will recompute the borders every time you paint (which is expensive as you can see). If you remove that property, the painting is more smooth.
This bug is likely a duplicate of bug 38810.
--
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