Closed Bug 1016715 Opened 10 years ago Closed 10 years ago

Support associating <datalist>s with <input type=color> fields

Categories

(Core :: Layout: Form Controls, defect)

29 Branch
x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 960984

People

(Reporter: sime.vidas, Unassigned)

Details

Attachments

(1 file)

Attached image screenshot_Blink.png
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.
Blocks: 930277
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
No longer blocks: 930277
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: