When installing ckeditor in libraries/ instead of modules/ckeditor/, the ckeditor.module still thinks the editor's contents.css is located in the module directory.

Line 849, $module_full_path:

$css_files[] = $module_full_path .'/ckeditor/contents.css';

Should be $editor_path:

$css_files[] = $editor_path .'/ckeditor/contents.css';
CommentFileSizeAuthor
#2 ckeditor-contents-css-728212-2.patch734 bytesAnonymous (not verified)
#1 ckeditor-contents-css-728212-1.patch743 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Patch attached, thank you.

Anonymous’s picture

Actually, should be like this:

$css_files[] = $editor_path .'/contents.css';

Fixed patch attached.

Anonymous’s picture

Status: Active » Needs review
mephir’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for your interest. I checked your patch. Changes will be commited soon.

Anonymous’s picture

Great!

mephir’s picture

Status: Reviewed & tested by the community » Fixed

Changes commited to CVS. Thanks a lot ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.