Solutions discussed in usability wrap-up:
* Investigate and assess external color choosers for possible replacement of current color chooser

Comments

Jeff Burnz’s picture

The obvious other candidate is http://drupal.org/project/jquery_colorpicker

aspilicious’s picture

If we are going to switch the colorpicker the jquery one is a good sugegstion.
Main difference is the way the colorpicker is displayed. The jquery colorpicker only pops up if the user click on a color.
This means we don't have to care anymore about placing the colorpicker somewhere on the screen

pro switching to jquery
----------------------
- no colorwheel standard on the page
- easier to understand
- if there are lots of color options the farbastic colorpicker can be detached to much from the color select box.

con switching to jquery
-----------------------
- colorwheel takes more space (but its only a popup...)
- I like the appearance of the current one

mfer’s picture

The color picker on http://jqueryui.com/themeroller/ (a pop-up) is farbtastic. It pops in where they want it. The setup we have is not a limitation of farbtastic but a limitation of what we are currently implementing.

The real question to ask between these two is, do we want a color wheel or the other (not sure what to call it). The other points are a matter of how we implement choosing a color in the UI.

A close second question is how do these pickers work with touch events. Farbtastic doesn't but I could add them if needed.

markhalliwell’s picture

Status: Active » Closed (duplicate)