WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
126663
Subpixel layout: SliderThumbElement value needs flooring.
https://bugs.webkit.org/show_bug.cgi?id=126663
Summary
Subpixel layout: SliderThumbElement value needs flooring.
zalan
Reported
2014-01-08 13:45:16 PST
While calculating the thumb value at SliderThumbElement::setPositionFromPoint() as the result of a (touch) event, the subpixel on result is off by one. position = offset.y() - (renderBox()->height() / 2) - trackBoundingBox.y() - renderBox()->marginBottom(); This is similar to
bug 126658
failed case: fast/forms/range/slider-transformed.html fast/forms/range/slider-zoomed.html
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-01-08 15:29:43 PST
Prefer new behavior.
Radar WebKit Bug Importer
Comment 2
2014-01-14 10:24:15 PST
<
rdar://problem/15815554
>
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