RESOLVED FIXED 80894
Fix rounding in scrollbar rect calculations
https://bugs.webkit.org/show_bug.cgi?id=80894
Summary Fix rounding in scrollbar rect calculations
Emil A Eklund
Reported 2012-03-12 14:49:39 PDT
Fix usage of subpixel units in RenderScrollbar::buttonRect and RenderScrollbar::trackRect.
Attachments
Patch (6.84 KB, patch)
2012-03-12 14:59 PDT, Emil A Eklund
no flags
Patch for landing (6.83 KB, patch)
2012-03-12 15:57 PDT, Emil A Eklund
no flags
Emil A Eklund
Comment 1 2012-03-12 14:59:59 PDT
Eric Seidel (no email)
Comment 2 2012-03-12 15:43:24 PDT
Comment on attachment 131422 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131422&action=review > Source/WebCore/ChangeLog:16 > + Add dummy isIntegerValue function, will be replaced with actual > + implementation once LayoutUnit is remapped to FractionalLayoutUnit. What is this actual implementation going to do? Check that the value is mod 60?
Levi Weintraub
Comment 3 2012-03-12 15:45:35 PDT
(In reply to comment #2) > (From update of attachment 131422 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=131422&action=review > > > Source/WebCore/ChangeLog:16 > > + Add dummy isIntegerValue function, will be replaced with actual > > + implementation once LayoutUnit is remapped to FractionalLayoutUnit. > > What is this actual implementation going to do? Check that the value is mod 60? Yup :)
Emil A Eklund
Comment 4 2012-03-12 15:57:10 PDT
Created attachment 131431 [details] Patch for landing
Emil A Eklund
Comment 5 2012-03-12 15:58:55 PDT
(Fixed typo in ChangeLog)
WebKit Review Bot
Comment 6 2012-03-12 16:51:26 PDT
Comment on attachment 131431 [details] Patch for landing Clearing flags on attachment: 131431 Committed r110505: <http://trac.webkit.org/changeset/110505>
WebKit Review Bot
Comment 7 2012-03-12 16:51:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.