WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
88167
[chromium] The size of scrollbar arrow button is not correct for painting on Windows
https://bugs.webkit.org/show_bug.cgi?id=88167
Summary
[chromium] The size of scrollbar arrow button is not correct for painting on ...
Hongbo Min
Reported
2012-06-02 03:34:15 PDT
The size of scrollbar arrow button returned by ScrollbarThemeChromiumWin::buttonSize is not correct on Windows. For Linux, ScrollbarThemeChromiumLinux::buttonSize in WebCore is actually delegated to getSize on NativeTheme instance. For Android, because the scrollbar arrow button is painted by threaded compositor, buttonSize returns hard-coded value (0, 0) directly. Since the theme framework built upon NativeTheme class hierarchy, for AURA theme, we don't draw scrollbar button which requires that the button size should be a empty rectangle. However, there is no way for aura theme to get the correct button size in WebCore level. Reference
http://code.google.com/p/chromium/issues/detail?id=130856
for a bug in chromium caused by it.
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-15 07:31:22 PDT
https://code.google.com/p/chromium/issues/detail?id=130856
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