[Webkit-unassigned] [Bug 85118] REGRESSION(r95249): Iframes are printed blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 15:37:37 PDT 2012


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





--- Comment #47 from Eric Seidel <eric at webkit.org>  2012-05-21 15:36:41 PST ---
(From update of attachment 142351)
View in context: https://bugs.webkit.org/attachment.cgi?id=142351&action=review

>>> Source/WebCore/page/Frame.cpp:525
>>> +    if (printing && !tree()->parent())
>> 
>> Why do we do this for only the root frame?
> 
> Added comment to code.
> I assume that subframes should not be affected directly by page size, only by layout of parent.

For better or worse, each frame has to lay itself out.  It doesn't really get much from its parent, except a size.  So I suspect this part of the chagne may be wrong.

When we do layout, it's per-frame.  EAch frame does its own layout.

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