Bug 39561

Summary: [GTK] HTML5 input type=range is not drawn
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 40267    
Bug Blocks:    
Attachments:
Description Flags
Functional patch
none
Patch
none
Slider support (correcting typos in the ChangeLog) none

Description Martin Robinson 2010-05-23 00:28:28 PDT
Input type=range is not drawn. All that is required is to activate theme drawing code for this widget. I've attached a proposed patch. I'm not putting this up for review yet, because there are still issues: some tests fail because because of what seem like theme-dependent sizing issues. I'm looking for input on why this might be happening.
Comment 1 Martin Robinson 2010-05-23 00:30:01 PDT
Created attachment 56813 [details]
Functional patch
Comment 2 Martin Robinson 2010-06-07 14:54:44 PDT
Created attachment 58088 [details]
Patch
Comment 3 Martin Robinson 2010-06-07 14:56:26 PDT
Created attachment 58089 [details]
Slider support (correcting typos in the ChangeLog)
Comment 4 Oliver Hunt 2010-06-07 15:04:30 PDT
Comment on attachment 58089 [details]
Slider support (correcting typos in the ChangeLog)

r=me
Comment 5 Martin Robinson 2010-06-07 15:46:16 PDT
Committed r60805: <http://trac.webkit.org/changeset/60805>