Closed (fixed)
Project:
Color Field
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2013 at 17:17 UTC
Updated:
7 Mar 2013 at 09:28 UTC
After enabling this module and adding a field to a content type, I added some help text for the site administrator.

However, this does not appear on the node/add form.

I checked the DOM, and it's not in the HTML structure, so it's not a CSS issue.
I did a dsm($form) and it does appear in the $form array.

I'm presently at a loss as to how this is happening.
| Comment | File | Size | Author |
|---|
Comments
Comment #1
geerlingguy commentedIt looks like the JS in
color_field.jquery.jsmay simply be wiping out the entire field (including the description) and replacing it with the color selection widget. It would need to replace just the field value area (and not the entire field<div>) with the widget.Comment #2
targoo commentedHi
I will look into it and try to fix it in the next release 7.x-1.4 which is coming soon !
Cheers,
Comment #3
targoo commentedfixed from 7.x-1.4 which will be release soon
http://live.targoo.gotpantheon.com/color_field/pre-selected_color_boxes
Comment #4
targoo commentedfixed in 7.x-1.4
Comment #5
targoo commentedfixed in 7.x-1.4