[Webkit-unassigned] [Bug 119453] New: [Forms: color] Styling <input type='color'> renders a poorly drawn color well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 2 11:12:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119453
Summary: [Forms: color] Styling <input type='color'> renders a
poorly drawn color well
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ruthiecftg at gmail.com
Created an attachment (id=208035)
--> (https://bugs.webkit.org/attachment.cgi?id=208035&action=review)
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>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list