Bug 91593

Summary: Implement datalist UI for input type color
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: FormsAssignee: Keishi Hattori <keishi>
Status: RESOLVED WONTFIX    
Severity: Normal CC: peter, tkent
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 92075    
Bug Blocks:    
Attachments:
Description Flags
Patch tkent: review-

Keishi Hattori
Reported 2012-07-18 00:10:13 PDT
Implement a color palette UI for an input type=color with a datalist.
Attachments
Patch (50.88 KB, patch)
2012-07-18 02:23 PDT, Keishi Hattori
tkent: review-
Keishi Hattori
Comment 1 2012-07-18 02:23:00 PDT
Kent Tamura
Comment 2 2012-07-18 03:10:37 PDT
Comment on attachment 152967 [details] Patch This doesn't look a good design. We should pass color choices in the linked <datalist> to ColorChooser, and the color choice support should be implemented in platform-specific layers because Windows' ChooseColor() has a feature to specify predefined colors (CHOOSECOLOR::lpCustColors) and OSX's NSColorPicker has attachColorList. Using PagePopup should be a remedy for platforms of which color choosers have no such capability, or it would be a common UI for a multiplatform port like Chromium.
Keishi Hattori
Comment 3 2012-07-24 02:17:09 PDT
Moved patch to 92075 because it is just for the chromium port.
Kent Tamura
Comment 4 2013-10-15 17:24:08 PDT
This was for Chromium.
Note You need to log in before you can comment on or make changes to this bug.