Hi,

jQueryUI provided with the module is not compatible with the drag and drop toolbar creation tool.

If you use jQuery Update (http://drupal.org/project/jquery_update), make sure that you do not configure it for using jQuery 1.8 or more recent : the version of jQueryUI shipped with the ckeditor uses the now deprecated and never officially supported curCSS() function, and the toolbar creation widget (drag and drop) will therefore not work.

Workarounds:
- Configure jQuery Update to use jQuery < 1.8
- Disable the user-friendly drag and drop toolbar creation tool

Best.

CommentFileSizeAuthor
#4 ckeditor.admin_.inc_.path_.patch1.21 KBAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

trkest’s picture

I have configured jQuery Update to use jQuery 1.7 but the user-friendly drag and drop toolbar creation tool is still not working.

Is there any other advice?

jcisio’s picture

Version: 7.x-1.9 » 7.x-1.x-dev
Status: Active » Fixed

jQuery UI is no longer bundled with CKEditor.

trkest’s picture

Version: 7.x-1.x-dev » 7.x-1.13
Status: Fixed » Needs work

Many thanks for the help here.

I tried lots of various solutions and version of JQuery in the Jquery update module.
In the end I installed the jqueryUI file from version 1.12 over the top of the one supplier in 1.13 of the CKeditor module and it works fine.

Anonymous’s picture

#2 That is not true for the latest version 7.x-1.13.

This patch works for me(it does not delete any files).