Bug 39561 - [GTK] HTML5 input type=range is not drawn
Summary: [GTK] HTML5 input type=range is not drawn
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 40267
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-23 00:28 PDT by Martin Robinson
Modified: 2010-11-02 17:16 PDT (History)
1 user (show)

See Also:


Attachments
Functional patch (5.31 KB, patch)
2010-05-23 00:30 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch (16.71 KB, patch)
2010-06-07 14:54 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff
Slider support (correcting typos in the ChangeLog) (16.71 KB, patch)
2010-06-07 14:56 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>