[Webkit-unassigned] [Bug 32308] New: [Qt] Printing a QWebFrame that has a zoom factor set scales parts of the html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 00:27:50 PST 2009


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

           Summary: [Qt] Printing a QWebFrame that has a zoom factor set
                    scales parts of the html
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


Created an attachment (id=44515)
 --> (https://bugs.webkit.org/attachment.cgi?id=44515)
Small example to reproduce the problem using cnn.com

When a QWebFrame has a zoom factor set on it and then it is printed then parts
of the HTML appear to have been scaled even though the zoom factor should not
effect printing at all.

In the example attached this uses cnn.com to show the differences since its
clearer, the HTML can be cut down to be this:

<html><head>
<link rel="stylesheet" type="text/css"
href="http://i.cdn.turner.com/cnn/.element/css/3.0/main.css">
</head><body id="cnnMainPage">  
<div class="cnn_shdcaheader"></div>
<div class="cnn_clear"></div>
<div class="cnn_shdcafooter"></div>
</body></html>

and it still occurs although its a lot less obvious (in case this helps).

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