[Webkit-unassigned] [Bug 39812] New: Blocks are wrongly rendered in printing if 'body' has 'height:100%' and its child has 'height:xx%' .

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 23:31:14 PDT 2010


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

           Summary: Blocks are wrongly rendered in printing if 'body' has
                    'height:100%' and its child has 'height:xx%' .
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: hamaji at chromium.org, yuzo at google.com,
                    hayato at chromium.org


Suppose the following html and try to print it.

<html>
<body style="height:100%">
    <div style="height:10%">A</div>
    <div style="height:10%">BB</div>
    <div>CCC</div>
</body>
</html>

'A', 'BB' and 'CCC' are printed on the top of each other. See the attachment.

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