Editor works only for a single text area
simonmd - December 6, 2008 - 18:12
| Project: | YUI Rich Text Editor |
| Version: | 6.x-2.33 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I've tried everything in the forum, to no avail. The editor shows up on pages but not on custom content types.. Does this module work with CCK fields?

#1
This was helpfull to me solving the same problem: http://ask.metafilter.com/109105/Why-Oh-Why-YUI
In the source of the page for adding or editing a node, look for the ID of the CCK field you want to have the YUI text editor. Copy the ID (something like edit-field--0-value) to the YUI text editor configuration page, under 'IDs'. The text editor should now show up when adding or editing a node with the CCK field.
#2
I am experiencing the same problem. Even if we include all the CCK text area IDs, the editor buttons show up but not functional. Then I removed the CCK field and went just with node 'body' field, it worked fine. I think it is a bug it has to be fixed.
#3
#1 helped me get the editor to appear on my additional text area field, but now the editor will only work for that field while the node body is grayed out and unavailable for editing.
#4
my issue is resolved after updating to yui-2.6.0
#5
This also seem to happen with FCKedit