[Webkit-unassigned] [Bug 47374] New: REGRESSION (r47440): Printing Mail messages with large fonts does not fill page after installing Safari 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 13:09:22 PDT 2010


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

           Summary: REGRESSION (r47440): Printing Mail messages with large
                    fonts does not fill page after installing Safari 5
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar, Regression
          Severity: Normal
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


<rdar://problem/8142645>

In the legacy (paint-time pagination) printing model, when there are overlapping lines, adjustPageHeightDeprecated() is not idempotent, since the truncation point imposed by line n, namely the top of line n, is above the bottom of line n-1, so in the next round, line n-1 moves the truncation point up again.

Patch forthcoming.

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