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

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


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





--- Comment #46 from Vitaly Buka <vitalybuka at chromium.org>  2012-05-21 15:24:55 PST ---
(From update of attachment 142351)
View in context: https://bugs.webkit.org/attachment.cgi?id=142351&action=review

>> Source/WebCore/ChangeLog:88
>> +        (WebCore::Frame::setPrinting):
> 
> You could have added explaination for that chnage here, for example.

Done.

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

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