[Webkit-unassigned] [Bug 65005] New: A single line is split into two pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 19:37:42 PDT 2011


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

           Summary: A single line is split into two pages
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com
                CC: hyatt at apple.com, ap at webkit.org, dominicc at chromium.org


(1) Go to http://haraken.info/null/print.html
(2) Print the page into pdf.

What happens: The last line of each page can be split into the next page. This bug happens when the document width of a page is overflowed. Look at the page 5 or 6 of http://haraken.info/null/print.pdf

I confirmed that this happens on Linux Chromium 14.0.828.0 and Mac Safari 5.0.5 with WebKit r91443. 

I found that this is the regression caused by WebKit r88737 (https://bugs.webkit.org/show_bug.cgi?id=61256), which was the commit of mine. I would apologize for it.  WebKit r88737 tried to fix the rounding error in rendering calculations. However, I forgot to fix it for the cases where the document width gets overflowed. I am making a patch. 

See also http://code.google.com/p/chromium/issues/detail?id=87828

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