Bug 119453

Summary: [Forms: color] Styling <input type='color'> renders a poorly drawn color well
Product: WebKit Reporter: Ruth Fong <ruthiecftg>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: bdakin, dino, jonlee, ruthiecftg, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Screenshot comparing unstyled and styled <input type='color'> elements none

Ruth Fong
Reported 2013-08-02 11:12:36 PDT
Created attachment 208035 [details] Screenshot comparing unstyled and styled <input type='color'> elements Setting the border and padding of an <input type='color'> results in a poorly drawn color well. See the attached screenshot of the following: <html> <body> <input type='color' /> <input type='color' style='width: 100px; padding-top: 10px; padding-bottom:10px; border-top-width: 10px; border-bottom-width: 10px' /> </body> </html>
Attachments
Screenshot comparing unstyled and styled <input type='color'> elements (7.19 KB, image/png)
2013-08-02 11:12 PDT, Ruth Fong
no flags
Radar WebKit Bug Importer
Comment 1 2013-08-02 11:13:39 PDT
Note You need to log in before you can comment on or make changes to this bug.