[Webkit-unassigned] [Bug 26662] hover over table rows causes the whole table to repaint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 14:28:19 PDT 2009


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


ojan at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




------- Comment #2 from ojan at chromium.org  2009-06-23 14:28 PDT -------
dhyatt: IntRect
RenderTableRow::clippedOverflowRectForRepaint(RenderBoxModelObject*
repaintContainer)
dhyatt: {
dhyatt:     // For now, just repaint the whole table.
dhyatt:     // FIXME: Find a better way to do this, e.g., need to repaint all
the cells that we
dhyatt:     // might have propagated a background color into.
dhyatt: RenderTableRow.cpp
dhyatt: ojan: it's basically not that hard to fix... just spanning cell issue
dhyatt: ojan: can't just naively invalidate only the row
dhyatt: since the bgcolor of the row may be painted in a spanning cell
[SNIP]
dhyatt: ojan: it is lame
dhyatt: ojan: should be fixed


-- 
Configure bugmail: https://bugs.webkit.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