[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:06:17 PDT 2012


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2012-07-31 16:06:18 PST ---
Actually, the line issuing the repaint is attempting to repaint the "new" bounds.
            repaintUsingContainer(repaintContainer, newBounds);

newBounds: (0,8),(245, 56)

Which doesn't make sense, as this table was just added (and should be scrolled offscreen anyway).

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