I have been wrestling with some textareas not becoming WYSIWYG when first viewing the page. I have tiny configured such that textareas should be WYSIWYG by default. For example, the 'log message' textarea in node/add/book will not enable without clicking the 'disable' link.
After a long long battle, I was able to get that textarea to enable by default *by changing its name*. WHen I changed from 'log' to 'alog' it worked immediately. Are there reserved names which interfere with tiny? Can anyone confirm this behavior on the node/add/book page?
Comments
Comment #1
moshe weitzman commentedfurthermore, the 2nd textarea on the node/add/book page (now named 'alog') is in an 'advanced' style with lots of buttons. the first one is not. i have not defined any 'profile' or theme function.
Comment #2
richardb commentedI can confirm having the same issues. I just switched to having wysiwyg off by default, but a proper fix would be preferable of course.
I googled for this, and checked the tinymce forum, but couldn't find any info reserved names for textareas yet.
Comment #3
moshe weitzman commentedthis issue mentions the exact same textarea. may be related: http://drupal.org/node/20089
Comment #4
matt westgate commentedThe 'log' textarea is disabled by default (Yeah, I know this should be documented). That's because folks were reporting that they couldn't edit the log field since it's not tall and tinymce covers up the field entirely. This behavior can be changed by overriding the tinymce theme function below.
Comment #5
matt westgate commentedThis was fixed by reinstalling the module.
Comment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
Leon Atkinson commentedLooks like we need a exception added for trackbacks, too. TinyMCE seems to add a BR tag that the trackbacks module doesn't like.
Comment #9
(not verified) commentedComment #10
(not verified) commentedComment #11
avolve commentedComment #12
(not verified) commentedComment #13
ahoeben commentedSee this patch which fixes the trackback issue you mention
Comment #14
(not verified) commented