[Webkit-unassigned] [Bug 9314] Relative positioned block size doesnt update root layer size

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jun 12 19:19:48 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9314





------- Comment #16 from hyatt at apple.com  2006-06-12 19:19 PDT -------
For this...

-    int bottom = RenderContainer::lowestPosition(includeOverflowInterior,
includeSelf);
+    int bottom = includeSelf && m_width > 0 ? m_height : 0;

Won't calling the base class work?


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