Closed
Bug 1016715
Opened 11 years ago
Closed 11 years ago
Support associating <datalist>s with <input type=color> fields
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 960984
People
(Reporter: sime.vidas, Unassigned)
Details
Attachments
(1 file)
77.68 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
HTML code:
<datalist id="reds">
<option>#ff0000</option>
<option>#cc0000</option>
<option>#990000</option>
<option>#660000</option>
<option>#330000</option>
</datalist>
<input type="color" value="#ee0000" list="reds">
Live demo is linked here: https://twitter.com/estellevw/status/471165901698379776
Actual results:
Activating the input field displays the standard color picker.
Expected results:
A custom color picker containing only the values from the <datalist> should be displayed. Blink does this.
Updated•11 years ago
|
Updated•11 years ago
|
No longer blocks: 930277
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•