Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2012 at 22:10 UTC
Updated:
24 Jul 2012 at 06:24 UTC
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
Comment #1
mkesicki commentedIn Views for Drupal 7 the textarea's
#wysiwygattribute is set toFALSEfor 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.