On the YUI editor settings page, if I fill in the "IDs" option with an ID of a text area I want YUI editor to replace, it will appear twice. I get two editors stacked on top of each other.

Comments

vm’s picture

Priority: Normal » Critical

I can verify this bug. When adding body to ID, two editors appear

eporama’s picture

edit-body is always rich text'ed. If you add it to the list, it's RT-d again. In my opinion, the fact that you can't get edit-body out of the list, is the bug...

line #102; in the module can be removed:

$textareas[] = 'edit-body';

which will make the widget function as expected. If you put anything into the IDs setting, you have to include all of them.

BooDy’s picture

Version: 5.x-2.x-dev » 5.x-1.0
Assigned: Unassigned » BooDy
Status: Active » Fixed

Fixed in 5.x-1.0

Anonymous’s picture

Status: Fixed » Closed (fixed)