Closed (fixed)
Project:
YUI Rich Text Editor
Version:
5.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Sep 2007 at 10:06 UTC
Updated:
16 Oct 2007 at 01:11 UTC
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
Comment #1
vm commentedI can verify this bug. When adding body to ID, two editors appear
Comment #2
eporama commentededit-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.
Comment #3
BooDy commentedFixed in 5.x-1.0
Comment #4
(not verified) commented