[Webkit-unassigned] [Bug 124271] New: Very simple document is forced onto the second page when printed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 01:29:23 PST 2013


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

           Summary: Very simple document is forced onto the second page
                    when printed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thorton at apple.com
                CC: hyatt at apple.com, ap at webkit.org, simon.fraser at apple.com


With a very simple file:

<!DOCTYPE html>
<html>
<body>
    <div style="height: 791px;">
        <iframe width="700px" height="913px" frameborder="0" src="data:text/html,abcdef"></iframe>
    </div>
</body>
</html>

With some page sizes (US Letter, etc.), the content of the iframe is forced onto the second page for no reason.

<rdar://problem/14865352>

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