[webkit-reviews] review denied: [Bug 13478] RenderObject::absoluteBoundingBoxRect() should ignore rects outside the bounds of the document : [Attachment 14187] Patch v2

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


Dave Hyatt <hyatt at apple.com> has denied David Kilzer (ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 13478: RenderObject::absoluteBoundingBoxRect() should ignore rects outside
the bounds of the document
http://bugs.webkit.org/show_bug.cgi?id=13478

Attachment 14187: Patch v2
http://bugs.webkit.org/attachment.cgi?id=14187&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
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()).



More information about the webkit-reviews mailing list