[Webkit-unassigned] [Bug 11359] Incomplete repaint of table cell's collapsed border when changing only the cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 27 22:30:46 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11359


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12072|review?                     |review+
               Flag|                            |




------- Comment #7 from darin at apple.com  2006-12-27 22:30 PDT -------
(From update of attachment 12072)
+            if (RenderTableCell* above = table()->cellAbove(this)) {
+            left = max(left, above->borderLeft(true));
+            right = max(right, above->borderRight(true));
+            }

Indenting mistake.

+    int borderLeft() const { return borderLeft(false); }

Why overloading instead of a default value for the parameter? This seems OK,
but normally I'd only overload if I didn't want the parameter value inlined.

r=me


-- 
Configure bugmail: http://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