RESOLVED WONTFIX 59759
Overflow:scroll regions with overlay scrollbars show full thumb instead of just a track when there is nothing to scroll to
https://bugs.webkit.org/show_bug.cgi?id=59759
Summary Overflow:scroll regions with overlay scrollbars show full thumb instead of ju...
Beth Dakin
Reported 2011-04-28 16:20:25 PDT
Overflow:scroll regions with overlay scrollbars show full thumb instead of just a track when there is nothing to scroll to. <rdar://problem/9282066> Patch forthcoming.
Attachments
Patch (4.10 KB, patch)
2011-04-28 16:27 PDT, Beth Dakin
no flags
Beth Dakin
Comment 1 2011-04-28 16:27:19 PDT
Darin Adler
Comment 2 2011-04-28 16:31:31 PDT
Comment on attachment 91586 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91586&action=review > Source/WebCore/platform/mac/ScrollbarThemeMac.mm:472 > + float proportion = visibleSize != totalSize ? (visibleSize - overhang) / totalSize : 0; I kind of wish you used "<" here instead of "!=".
Beth Dakin
Comment 3 2011-04-28 17:18:31 PDT
Comment on attachment 91586 [details] Patch Actually! I want to fix this a different way. I'm going to roll this out.
Beth Dakin
Comment 4 2011-04-28 17:20:20 PDT
Rolled out with revision 85269.
Note You need to log in before you can comment on or make changes to this bug.