Closed (won't fix)
Project:
Theme Hues
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Dec 2009 at 20:51 UTC
Updated:
13 Oct 2010 at 04:14 UTC
Pallete looks like this http://gyazo.com/4f6ef6c182ed4be2ff87c814718a2194.png, if I switch on to optimize JavaScript files in admin/settings/performance
| Comment | File | Size | Author |
|---|---|---|---|
| 4f6ef6c182ed4be2ff87c814718a2194[3].png | 3.35 KB | Mavros Gatos |
Comments
Comment #1
aacraig commentedThanks for the bug report. I'll look into it.
Comment #2
aacraig commentedThe next version of this module will incorporate the Colorpicker module, so I'm going to mark this as "wontfix", as the issue will be sorted out by switching components.
Comment #3
zdean commentedis there a possible timeline on this change? Thanks for this great module!!
Comment #4
primobruno commentedHello there:
There is a solution to your problem.
I too optimize my css and js files. I also use boost and authcache.
So...no palette for me. :(
Then i asked our friend google wich pointed me to this link:
http://dematte.at/jscolorXS/
Download this --> http://dematte.at/jscolorXS/jscolor_src.js
Rename it to jscolor.js and replace the "original" for this one in: modules/theme_hues/jscolor
Note to developer: Thanks for this amazing and simple module !!!
Comment #5
primobruno commentedSorry...
It works in part. The palette is shown and the color is picked.
But only 5 characters appear: #777E0 when it should be #777E0F (for example)
Other thing is when you apply the changes and refresh the page, the numbers inside the boxes are transparent (and only 5).
Well, i'll try to correct this and if i succeed i'll post back.