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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 11 02:38:43 PDT 2006


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8804|review+                     |review-
               Flag|                            |




------- Comment #8 from hyatt at apple.com  2006-06-11 02:38 PDT -------
(From update of attachment 8804)
Actually hold up.  I think there's a better way to do this.  There are more
mistakes than just the scroll position being wrong.

Basically the overflowWidth/Height/Left/Top members of RenderBlock are all
wrong.  When these values are computed, they don't account for relative
positioning.  This means we incorrectly think relpositioned objects might
overflow (when they don't) and vice versa.

Rather than patching leftmost/rightmost/lowestPosition, I think we should patch
the computation of m_overflowLeft/Top/Width/Height to factor in relative
position offsets when examining children.


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