[Webkit-unassigned] [Bug 105461] New: Incorrect rounding in RenderBlock::pixelSnappedLogicalRightOffsetForLine due to columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 13:36:59 PST 2012


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

           Summary: Incorrect rounding in
                    RenderBlock::pixelSnappedLogicalRightOffsetForLine due
                    to columns
           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: leviw at chromium.org


// FIXME: Multicolumn layouts break carrying over subpixel values to the logical right offset because the lines may be shifted
// by a subpixel value for all but the first column. This can lead to the actual pixel snapped width of the column being off
// by one pixel when rendered versus layed out, which can result in the line being clipped. For now, we have to floor.

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