Sorry for this one but I'm at a loss...

After updating the module to the latest dev my admin/setting/ckeditor/edit/* screens show the option headings, but they are not linked...so I can't expand them (!) See attached...

This happens with the Advanced and Default screens, but not with the Global Profiles.

I tried adding a new profile, but again got an unliked set of options.

I've got other modules with multiple/collapsible options and they are working. I've also tested in my custom theme as well as Marvin and Blue Marine...same results.

And of course updated the db, flushed cache on server and local browser.

Any clues?

It looks like a browser/rendering problem

CommentFileSizeAuthor
ckeditor_closedmenus.png26.16 KBboabjohn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boabjohn’s picture

Okay, sort of sorted...

Looking at the source html of the setting/ckeditor/edit/advanced page, I noticed this path to get to ckeditor's js file:

<script type="text/javascript" src="/sites/all/modules/ckeditor/ckeditor/ckeditor.js?I"></script>

That's *3* ckeditor path repeats instead of the customary 2. No idea why it is deciding to recurse yet another layer in search of the .js

My global config is default out of the box and says this:

Current path: /sites/all/modules/ckeditor/ckeditor

So I just copied the ckeditor.js into that additional directory, which was already sitting there empty, and all is good, though a mit messy and inexplicable.

wwalc’s picture

Status: Active » Closed (fixed)

Check HTTP headers and see which files are not loaded. Also try Garland theme.

Fogg’s picture

Status: Closed (fixed) » Active

i know this is an old issue, but I have the same problem right now. I upgraded vom wysiwyg module with fckeditor to ckeditor.

my config.js seems to be in the right place (3 levels) and also the html header is pointing to this directory.

what else could be the issue?

mkesicki’s picture

Status: Active » Closed (fixed)

@Fogg please don't reopen closed issue.
If you have similar problem, please create new ticket.
I close this ticket.

len_chan’s picture

I ran into this issue also. I've managed to work around the issue by using the Web Developer add-in to Firefox and disabling Javascript.

I'm on Drupal 6... several updates old.

flipatip’s picture

Project: CKEditor 4 - WYSIWYG HTML editor » Drupal core
Version: 6.x-1.x-dev » 7.14
Component: User interface » javascript
Assigned: Unassigned » flipatip
Category: bug » task
Status: Closed (fixed) » Active

The tittles for some modules configuration interface should be collapsed but appear as plain text.

I installed Drupal in my Inmotion account, created the temporary directory, installed om_maximenu module.

I repeated the process three times but the problem persisted, and the Inmotion custommer suport reply that it was a problem within Drupal itself.

I found the same problem in some core modules:
http://site/#overlay=admin/config/people/accounts/display
see Custom display settings tittle
http://site/#overlay=admin/structure/taxonomy/forums/display
see Custom display settings tittle
and finally
http://site/#overlay=admin/structure/om-maximenu/maxedit
see New Menu, Block Options, Menu Links, Menu Visibility tittles.

The html refers to a collapsed form-wrapper but in every browser I have used it is just plain text.



New Menu

Version: 7.14 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.