Bug 21012 - REGRESSION: Horizontal scroll track and knob not painted on Windows
Summary: REGRESSION: Horizontal scroll track and knob not painted on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P1 Normal
Assignee: Dave Hyatt
URL: data:text/html,<div style="width: 150...
Keywords: HasReduction, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2008-09-22 17:55 PDT by Matt Lilek
Modified: 2008-09-23 17:15 PDT (History)
1 user (show)

See Also:


Attachments
Patch to fix bug (4.25 KB, patch)
2008-09-23 16:01 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-09-22 17:55:50 PDT
The Aqua scroll track and knob aren't displayed on Windows using ToT + 3.1.2 or 4.0dp1. Vertical is fine.
Comment 1 Dave Hyatt 2008-09-23 16:01:48 PDT
Created attachment 23735 [details]
Patch to fix bug
Comment 2 Dave Hyatt 2008-09-23 16:03:26 PDT
Ignore the commenting out of the native controls pref.  I will put that back in.
Comment 3 Sam Weinig 2008-09-23 16:27:28 PDT
Comment on attachment 23735 [details]
Patch to fix bug

+    /*if (Settings::shouldPaintNativeControls())
+        return &windowsTheme;*/
Please don't check in commented out code.

Otherwise, it looks good.
Comment 4 Dave Hyatt 2008-09-23 17:15:24 PDT
Fixed.