Hello,

I have installed CKEditor and have been using it without any trouble. However, I noted this little bug. It is in my eyes minor and so I marked it as such.

If other modules provide any text areas, such as when adding a header text area in the (very common) Views module, then it seems that the CKEditor does not appear, I only have the default text box.

I'm not sure whether to report this to the CKEditor (there being a problem with non-core modules using it) or agains the Views package (them not listening to the default editor being overwritten), so I thought I should start here.

Comments

mkesicki’s picture

Status: Active » Closed (works as designed)

In Views for Drupal 7 the textarea's #wysiwyg attribute is set to FALSE for header, footer and other textareas. This means that Views developers don't want to have any WYSIWYG editor there. We should respect this and this is why you don't see CKEditor there. If you have problems with other textareas (from others modules), please check Firebug or similar tool and look if there are any errors.
If you have problems with others modules please reopen this ticket.