[Webkit-unassigned] [Bug 88380] New: Revert verticalPositionForBox to int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 17:22:30 PDT 2012


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

           Summary: Revert verticalPositionForBox to int
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, leviw at chromium.org


Revert verticalPositionForBox to integers to ensure consistent alignment. Currently the vertical position for boxes inside a line is computed as a LayoutUnit and then pixel snapped at rendering time. This can cause the alignment on subsequent lines to alter. By always rounding (flooring) the values the same way we ensure consistent alignment between lines.

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