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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 22:42:27 PST 2011


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





--- Comment #17 from Kent Tamura <tkent at chromium.org>  2011-03-09 22:42:26 PST ---
(In reply to comment #6)
> > 2. NSColorWell does not have NSCell. How should I paint it?
> 
> I think NSColorWell appearance is just a square button + a filled rectangle.  So we can use NSButtonCell.

Probably, having a shadow tree like the following would be enough.

<button style="-webkit-appearance: square-button; padding:2px;"><div style="display:inline-block;background-color:yellow;width:16px;height:10px;border:1px black solid"></div></button>

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