Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 18:34 UTC
Updated:
17 Jul 2012 at 00:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
dczepierga commentedDo u have any errors in Firebug (Firefox addon)?
Could u check Net tab in Firebug? Maybe sth not load correctly?
Do u use jquery update module or jquery ui?
Greetings
Comment #2
vako commentedI do have both jQuery Update module or jQuery UI, disabled both and didn't make a difference.
I don't see errors in Firebug, please check the attached image and thanks for your help.
PS: using AD Novus theme, in case that would make any difference.
Comment #3
dczepierga commented@Vako could u try to disable cache and then check? As i see u have cache enabled. After this clear it too.
Greetings
Comment #4
vako commentedI disabled the cache, cleared it. Noticed that other modules are working ok, only CKEditor's options aren't expandable and sometimes they open-up expanded and won't be contractible.
I disabled all modules that I don't need to see if there's a relationship for this, still it's happening.
Note that I have CKEditor installed on a Drupal 7 site and it's working great! only on Drupal 6, I'm having an issue.
If needed, I can provide access to the site so we can resolve this issue...?
Comment #5
dczepierga commented@Vako, ok so send me PM with all needed data - i will check this asap...
Greetings
Comment #6
dczepierga commentedThis error is a bug with Photos module and error in jquery - it was reported here #898488: uncaught exception: Syntax error, unrecognized expression: [@class="image-quote-link"] but they don't do anything with it. After fix file with error everything start to work.
Greetings
Comment #7
vako commentedI appreciate your great help Damian. It's working great now.
Hope to see the other modules updated so they can work peacefully together ;)
Comment #9
plato1123 commentedI'm having this issue to. A quick and dirty work around to access these options in firefox is to hit control-shift-s disabling all css. The page then appears without formatting and all fields are expanded.
Comment #10
vako commented@Plato1123 - Please check if you have the Photos module installed and if removing it will cure the issue. We need to isolate this, if possible. My case was the Photos module.
Comment #11
plato1123 commentedYes! It was the photos module! I was able to fix the photos module by editing the photos.js file (part of the photos module) to update some jquery that apparently has been deprecated in newer versions. If you edit the photos.js and replace it's entire contents with the below code it actually works! (Thanks to Nathaniel over at this thread for the help! http://drupal.org/node/898488 )
Comment #12
vako commentedThank you very much. hope the module maintainer will note the code that you mentioned. I stopped using the photos module, maybe I should reconsider.