Bug 105461 - Incorrect rounding in RenderBlock::pixelSnappedLogicalRightOffsetForLine due to columns
Summary: Incorrect rounding in RenderBlock::pixelSnappedLogicalRightOffsetForLine due ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 13:39 PST by Emil A Eklund
Modified: 2023-05-10 07:42 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.