Bug 105461

Summary: Incorrect rounding in RenderBlock::pixelSnappedLogicalRightOffsetForLine due to columns
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ahmad.saleem792, bfulgham, leviw, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Emil A Eklund 2012-12-19 13:39:15 PST
// 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.
Comment 1 Ahmad Saleem 2023-05-09 12:03:50 PDT
I am unable to find this FIXME in WebKit Source today.

Do we need to do anything?
Comment 2 zalan 2023-05-10 07:42:59 PDT
Let's close it for now.