[Webkit-unassigned] [Bug 47391] Fix scrolling of noncomposited iframes within composited document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 17:20:28 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47391


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71822|review?                     |review+
               Flag|                            |




--- Comment #20 from mitz at webkit.org  2010-10-25 17:20:28 PST ---
(From update of attachment 71822)
View in context: https://bugs.webkit.org/attachment.cgi?id=71822&action=review

> WebCore/page/FrameView.cpp:1011
> +            IntRect rect(0, 0, visibleWidth(), visibleHeight());
> +            // Add borders and padding.
> +            rect.move(frameRenderer->borderLeft() + frameRenderer->paddingLeft(),
> +                      frameRenderer->borderTop() + frameRenderer->paddingTop());

How about initializing the rect with the correct origin?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list