Hello,

CKEditor shows up in all text areas... except for the text area under comments.
I have disable all comment related forums like Quote, Comment Easy Reply and Ajax Comments, but I still see this behavior.
I attach 2 screenshots.

Anybody knows what is the problem?
Thank you.

CommentFileSizeAuthor
#7 Ckeditor in comments.jpg70.79 KBtonovcp
#1 Reply1.png67.83 KBmermemladeK
Reply2.png403.52 KBmermemladeK
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mermemladeK’s picture

FileSize
67.83 KB
rebecca904’s picture

Issue summary: View changes

Hope https://www.drupal.org/node/1329328 can help you. It solved my issue.

mausolos’s picture

I am having this issue. Things I've tried/looked at:

  • Looked at console. No errors
  • Verified Ckeditor profile settings and test input settings and display suite settings
  • Tried checking/unchecking various combinations of "Move JS to footer", "load JS after pageload", etc in theme options
  • Checked html.tpl.php for location of script loading; it's printing in the head as it should be

At this point, I'm ready to just override a theme template in my theme and manually add a class(es) and/or HTML structures to trigger Ckeditor, however I'm not 100% sure what I would need to put in to make this happen. Is it just a simple matter of making sure the class 'ckeditor-mod' is on the comment textarea?

EDIT
versions:
Core: 7.56
Ckeditor module: 7.x-1.18
Dispay Suite: 7.x-2.14
Ckeditor lib: 4.7.0
jQuery/jQuery Update: jQuery 1.7.2 and jQuery UI 1.10.2

Thanks,
Charles

mausolos’s picture

Priority: Normal » Major

Also, I tried switching my theme to the basic Garland theme, and this doesn't resolve the issue. This tells me it's some lower-level issue than simply the particular theme that I'm using. This tells me it could be impacting a much broader audience, so I'm bumping the priority to Major.

tonovcp’s picture

I have the same problem, in comments text area ckeditor does not appear. But if I edit the comment afterwards it does appear.

tonovcp’s picture

I solved my problem, that was theme related, using this module https://www.drupal.org/project/commentsblock

tonovcp’s picture

FileSize
70.79 KB