[Webkit-unassigned] [Bug 88817] New: WebKit incorrectly paginates positioned items.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 16:23:28 PDT 2012


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

           Summary: WebKit incorrectly paginates positioned items.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vitalybuka at chromium.org


Created an attachment (id=146954)
 --> (https://bugs.webkit.org/attachment.cgi?id=146954&action=review)
Reproducer.

1. Open attached HTML with chrome or safari.
2. Open print preview.

Expected:
  all "2" should be aliened in one row.

Actual:
  Blue "2" is moved half line down.


Original issue is http://code.google.com/p/chromium/issues/detail?id=112774

Problem happens when image is moved to page break by style="position: absolute;..", and than it's moved back using transform: matrix.
Webkit assume that item is located on page break and move it to the next page by inserting some space above.
However actual result is item moved inside the same page.

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