Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 May 2010 at 10:34 UTC
Updated:
26 Jun 2012 at 19:36 UTC
Jump to comment: Most recent
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
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor_closedmenus.png | 26.16 KB | boabjohn |
Comments
Comment #1
boabjohn commentedOkay, 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:
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:
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.
Comment #2
wwalc commentedCheck HTTP headers and see which files are not loaded. Also try Garland theme.
Comment #3
Fogg commentedi 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?
Comment #4
mkesicki commented@Fogg please don't reopen closed issue.
If you have similar problem, please create new ticket.
I close this ticket.
Comment #5
len_chan commentedI 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.
Comment #6
flipatip commentedThe 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