Posted by bradbrad on October 31, 2011 at 11:45pm
5 followers
Jump to:
| Project: | CKEditor - WYSIWYG HTML editor |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I just updated to the latest version, and if i go to admin/settings/ckeditor/edit/registered_limited i cannot edit any of the parameters? i thought it may be a issue with my theme, so i reverted to garland, and it still did not work. i cant expand to get to the settings. see screengrab:
| Attachment | Size |
|---|---|
| ckeditor.jpg | 177.02 KB |
Comments
#1
Me too.
As a workaround i deleted the classes "collapsed" from the collapsed fieldsets manually via Firefox/Firebug.
#2
Thanks for the workaround. Not ideal, and this should be fixed, but at least i can configure items now!
#3
Do you see any JavaScript errors in Firebug console ?
Do you have jQuery UI module enabled ?
#4
I downgrade and solve it.
#5
YES – thank you for this tipp!
$.cookie is not a functionvar cookieString = $.cookie('collapsiblock');
collapsiblock.js?7 (Line 86)
Disabling Module "Collapsiblock 6.x-1.0" helped me.
Unless disabling this module is not a real solution for me ... :-)
#6
@tfranz please try latest DEV version. I added small fixes for loading jQuery files. Maybe it solves conflict with Collapsiblock module.
#7
The latest DEV (02. Nov.) seems to work – thank you very much for the quick help! :-)
#8
#9
#10