Bug 105461
Summary: | Incorrect rounding in RenderBlock::pixelSnappedLogicalRightOffsetForLine due to columns | ||
---|---|---|---|
Product: | WebKit | Reporter: | Emil A Eklund <eae> |
Component: | Layout and Rendering | Assignee: | 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 |
Emil A Eklund
// 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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I am unable to find this FIXME in WebKit Source today.
Do we need to do anything?
zalan
Let's close it for now.