[Webkit-unassigned] [Bug 9012] Row height not updated when cell heights change
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat May 20 22:18:27 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9012
------- Comment #3 from hyatt at apple.com 2006-05-20 22:18 PDT -------
Shouldn't this:
+ if (parent() && section() && (!style() || style()->height() !=
newStyle->height()))
+ section()->setNeedCellRecalc();
be:
(style() && style()->height() != newStyle->height())
?
Doesn't seem like you need to call setNeedCellRecalc on a section when you
don't even have a style() set yet. (The act of just adding the cell to the DOM
in the first place already took care of that case I think.)
--
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