[Webkit-unassigned] [Bug 13478] RenderObject::absoluteBoundingBoxRect() should ignore rects outside the bounds of the document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 17:38:20 PDT 2007


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14187|review?                     |review-
               Flag|                            |




------- Comment #7 from hyatt at apple.com  2007-04-25 17:38 PDT -------
(From update of attachment 14187)
Frame geometry is the rectangle of the widget in its parent's coordinate space.
 This widget is just the rectangle of the scroll view itself.  This is still
not what you want.

You just want contentsWidth/Height on scrollview.  The document's bounds are
always (0, 0, contentsWidth(), contentsHeight()).


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