[Webkit-unassigned] [Bug 29358] [HTML5][Forms] <input type=color> UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 03:39:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=29358





--- Comment #3 from TAMURA, Kent <tkent at chromium.org>  2010-04-20 03:39:14 PST ---
(In reply to comment #1)
> I would like to help implement this feature if I can.  I just don't know
> where/how to start.

The process would be:
1. Define new value for -webkit-appearance
  See CSSStyleSelector::SelectorChecker::checkOneSelector()
2. Implement the appearance (rendering/RenderTheme*)
3. Assign the appearance for input[type=color] (css/html.css)
4. Implement UI behavior
  - Add a new function to page/Chrome and page/ChromeClient to open a color
picker
   (See runOpenPanel()
  - Implement it for various platforms
  - Add a click handling to html/HTMLInputElement.cpp defaultEventHandler()

-- 
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