Bug 24171 - RenderListBox should call into theme for default scroll bar size
Summary: RenderListBox should call into theme for default scroll bar size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 13:52 PST by Scott Violet
Modified: 2009-02-25 16:16 PST (History)
0 users

See Also:


Attachments
Adds theme method for getting scrollbar size (4.50 KB, patch)
2009-02-25 15:16 PST, Scott Violet
no flags Details | Formatted Diff | Diff
Fix for 24171 (5.11 KB, patch)
2009-02-25 15:42 PST, Scott Violet
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Violet 2009-02-25 13:52:31 PST
It currently hard codes it to small, but this should be theme dependent.
Comment 1 Scott Violet 2009-02-25 15:16:11 PST
Created attachment 27989 [details]
Adds theme method for getting scrollbar size
Comment 2 Scott Violet 2009-02-25 15:42:59 PST
Created attachment 27991 [details]
Fix for 24171

This differs from the last in that RenderTheme's implementation now returns a Regular size and the Mac themes return small.
Comment 3 Dave Hyatt 2009-02-25 15:45:13 PST
Comment on attachment 27991 [details]
Fix for 24171

r=me
Comment 4 Dimitri Glazkov (Google) 2009-02-25 16:16:58 PST
Landed as http://trac.webkit.org/changeset/41233.