[Webkit-unassigned] [Bug 8449] New: REGRESSION: Incomplete repaint of table cell that moved
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 17 16:24:20 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8449
Summary: REGRESSION: Incomplete repaint of table cell that moved
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression
Severity: normal
Priority: P1
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: opendarwin.org at mitzpettel.com
CC: hyatt at apple.com
RenderTableSection::layoutRows() calls repaintDuringLayoutIfMoved() with an
oldCellY that the cell lied about, but repaintDuringLayoutIfMoved compares it
against the true m_y. Either yPos() should be used in both places or the caller
should compensate for the lying.
Attaching a test case.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list