[Webkit-unassigned] [Bug 92800] Table test is invalidating the wrong rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 16:20:50 PDT 2012


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2012-07-31 16:20:51 PST ---
Actually, I believe it's the blocks inside the cells which are causing the repaint.  The cells are empty, so they should't need to paint anything (except maybe a background, etc.)

This is the first layout of the table, so the cells don't actually know where they are yet, it seems.  Or at least they're laying out from 0,0.

The RenderTable's frameRect at this time is (0,0), (408, 0).

The RenderTable's parent div's framerect is (0, 1216), (681, 0) (which looks reasonable for this stage of layout).

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