WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
126657
Subpixel layout: RenderTableCell with middle vertical alignment and visible scrollbar needs bias centering.
https://bugs.webkit.org/show_bug.cgi?id=126657
Summary
Subpixel layout: RenderTableCell with middle vertical alignment and visible s...
zalan
Reported
2014-01-08 13:01:38 PST
RenderTableCell::scrollbarsChanged() calculates the before padding for the table cell which pushes the content off by one CSS pixel when subpixel is off. LayoutUnit newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2; failed test case: fast/table/overflowHidden.html
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-01-08 15:29:11 PST
Prefer subpixel.
Radar WebKit Bug Importer
Comment 2
2014-01-14 10:23:27 PST
<
rdar://problem/15815542
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug