RESOLVED FIXED 60045
Scrollbar thumb sometimes leaves artifacts in the track after scrolling
https://bugs.webkit.org/show_bug.cgi?id=60045
Summary Scrollbar thumb sometimes leaves artifacts in the track after scrolling
Beth Dakin
Reported 2011-05-03 11:33:01 PDT
Sometimes the scrollbar thumb leaves artifacts of itself at the top and/or bottom of the track after scrolling. <rdar://problem/9015376> Patch forthcoming.
Attachments
Patch (1.83 KB, patch)
2011-05-03 11:35 PDT, Beth Dakin
mitz: review+
Beth Dakin
Comment 1 2011-05-03 11:35:37 PDT
mitz
Comment 2 2011-05-03 11:38:00 PDT
Comment on attachment 92094 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92094&action=review > Source/WebCore/platform/mac/ScrollbarThemeMac.mm:143 > +#if USE(WK_SCROLLBAR_PAINTER) > + gButtonPlacement = ScrollbarButtonsNone; > +#else You can return here and not read the default. Or you can return without even setting the value because it’s already initialized to ScrollbarButtonsNone in the static initializer.
Beth Dakin
Comment 3 2011-05-03 11:44:03 PDT
(In reply to comment #2) > You can return here and not read the default. Or you can return without even setting the value because it’s already initialized to ScrollbarButtonsNone in the static initializer. Sounds good! Will change.
Beth Dakin
Comment 4 2011-05-03 11:45:41 PDT
Committed change with revision 85629.
Note You need to log in before you can comment on or make changes to this bug.