Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Feb 2010 at 17:42 UTC
Updated:
23 Jul 2012 at 09:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
druplicate commentedIt's confusing. The ckeditor files you get from http://ckeditor.com/download are in a folder named 'ckeditor'. So if you unpack the compressed file into modules/ckeditor/ckeditor you'll get modules/ckeditor/ckeditor/ckeditor and that's not what you want. Unpack the contents of the folder 'ckeditor' into modules/ckeditor/ckeditor so it looks like the following from the Readme file:
The directory /modules/ckeditor/ckeditor/ should have the following files:
ckeditor.js, config.js, contents.css
and directories: "skins", "themes", "lang", "images"
The correct directory structure is as follows:
Comment #2
sp_key commentedHi rolandk,
I am using CKEditor in Acquia marina myself so I don't think it's installation problem as suggested by druplicate above
Comment #3
mephir commented@rolandk: I mark this issue as fixed, if you have any lack of clarity about issue, feel free to reactivate it. Everything with Acquia Marina work properly on my Drupal installation.
Comment #5
Compel commentedWhen using Acquia_ Fusion themes, CKEditor does not display -- there is a blank space where its box would appear and the plain text option link below it.
I've tested this in Chrome, Mozilla and IE7/8. The problem persists in IE7/8.
I've also tested it in all of the core themes and CKEditor works fine with those.
We are using a local.css style package that only changes color scheme and adds a background image to the header top region.
Version is 6.19 with Skinr 1.5
Others have posted that they're using Acquia Marina with CKEditor and have no problems. If someone could explain how to use CKEditor with Fusion themes, it would be helpful.
Comment #6
fmjrey commentedIt's working fine for me, using:
Drupal 6.19
CKEditor - WYSIWYG HTML editor 6.x-1.x-dev (2010-Oct-18)
Skinr 6.x-1.5
Fusion 6.x-1.0
Acquia Slate 6.x-3.x-dev
Comment #7
mjohnq3 commentedI've never had a problem using CKEditor with Fusion themes. It works fine in the following configuration:
Drupal 6.19
CKEditor - WYSIWYG HTML editor 6.x-1.1
Skinr 6.x-1.5
Fusion 6.x-1.0
Acquia Marina 6.x-3.0-beta1
What happens if you disable your local.css file?
Comment #8
weezard commentedThere's a bug (probably) in Skinr version 6.x-2.x-dev. It causes a javascript error which breaks the chain of execution of Drupal.behaviours, which contains the ckeditor behaviour (Drupal.behaviors.ckeditor in ckeditor.utils.js) which contains the function that initializes textareas to work with CKEditor.
Javascript error in Skinr module is:
=====================
$wrapper.closest is not a function
on line:
var $region = $wrapper.closest('.skinr-region');
skinr.js (line 160)
============================
FIX:
I replaced jquery.js (version 1.2.x) in the /misc folder with version 1.3 and problem gone, no more javascript error, and CKEditor works now.
Comment #9
geantbrun commentedI have similar problem and unfortunately it does not disappear with the fix from weezard (replace jquery.js with the newest version). The problem seems to be related to the module Skinr UI. When I desactivate this module, CKEditor works. The Skinr UI module causes other problems like the lost of rounded corners of banner image on the header and the preface top regions of theme Acquia Slate (see here: http://www.drupal.co.in/2010/9/24/banner-image-in-acquia-slate-6x-30-bet...). Hope that helps someone.
Comment #10
dczepierga commentedIssue is not active over 3 month so i closed it.
If problem still exists pls update to last DEV version of CKEditor module, last CKEditor library and then try to reproduce this problem again. If it doesn't help pls report it and write as much details as u can.
Greetings
Comment #11
katrialesser commentedI'm using Acquia Prosper & Fusion Core. Ckeditor works when in garland theme, but not when I switch to Acquia Prosper. I do have a lot of css in my local.css but I don't know if any of it applies to the editor or anything...I can look but I don't know what to look for.
ckeditor 6.x-1.11
jquery UI 6.x-1.5 (I have a jquery.ui folder inside libraries, with jquery-1.2.6.js , plus the jquery ui module, with the same jquery.ui folder inside there also - is that right??)
I have in visibility these settings:
acquia_prosper:article@node/*/edit.edit-body
garland:page@node/*/edit.edit-body
acquia_prosper:article@node/12/edit.edit-body
acquia_prosper:page@node/12/edit.edit-body
node/*/edit.edit-body
node/add/*.edit-body
But I think the only ones that are doing anything are the last two, without starting with a theme.
Here is what it looks like when inspected, it just gives me the 'click here to exclude or include'...Idk if that helps.
Comment #12
jcisio commentedIf you have a support request, please open a new issue. This one is a bug report and was closed long time ago. Your problem is unrelated.