Bug 21012

Summary: REGRESSION: Horizontal scroll track and knob not painted on Windows
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: FormsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P1 Keywords: HasReduction, PlatformOnly, Regression
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
URL: data:text/html,<div style="width: 150px; height: 75px; overflow: scroll;"><pre>Lorem ipsum dolor sit amet
Attachments:
Description Flags
Patch to fix bug sam: review+

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.