[Webkit-unassigned] [Bug 33657] New: [Qt] Printing a page with a div tag that has a specific width/height set does not respect the settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 01:16:32 PST 2010


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

           Summary: [Qt] Printing a page with a div tag that has a
                    specific width/height set does not respect the
                    settings
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


The following minimal HTML when viewed and then printed from the demo browser
shows that the area is not in fact 100mm wide or high as indicated.  It is in
fact 80mmx80mm instead.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>
<body>
<div
style="width:100mm;height:100mm;background-color:yellow;border-color:black;border-style:solid">
</div>
</body>
</html>

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