New issue
Advanced search Search tips

Issue 897309 link

Starred by 5 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Color Picker (Eyedropper)

Project Member Reported by dxie@google.com, Oct 19

Issue description

Drawing applications (Photoshop, etc) have long supported an "Eyedropper" tool, which allows the user to select a drawing color by invoking the tool then clicking on any pixel within the document and/or screen to sample the color for use in subsequent actions.

HTML supports <input type=color> as the web platform API for presenting color selection UI. User agent typically present this as a "well" or small clickable control displaying a current color. When clicked, a platform-specific popup presenting ways of selecting a color (e.g. from a set of swatches, HSV/HSL gradient, RGB sliders, hexadecimal input fields, etc) 

Some platforms (MacOS) include an eyedropper within the popup UI, but this can't be launched directly (to match the behavior on native apps) and is not available on all platforms.


 
Labels: Proj-Fugu
Cc: jsb...@chromium.org
Doesn't this already exist as <input type=color>?
Description: Show this description
Updated the description to explain this in more detail.

One way this could manifest would be something like <input type=color eyedropper> or other hint to the UA to skip a popup and enter a color selection mode with an eyedropper cursor. But TBD.
Components: Blink>Forms>Color
Description: Show this description
Labels: Type-Feature
Labels: Pri-3
Status: Available (was: Untriaged)

Sign in to add a comment