Enabling Skinr UI causes Ckeditor to disappear. If I disable Skinr UI then CkEditor appears again. I am using the CKEditor module, not the WYSIWYG module. ( http://drupal.org/project/ckeditor ) I tried the dev version of CkEditor (6.x-1.x-dev), but that did not help.

There is a Javascript Error occurring when Skinr -UI is enabled. I am not sure if it is related.

skinr.js:160 - Uncaught TypeError: Object # has no method 'closest'

Thanks

Todd

Comments

jacine’s picture

Not sure about CKeditor, but that error seems to mean that you have not properly updated jQuery/jQuery UI. closest() was added to jQuery 1.3. Take a look at this page for the requirements: http://groups.drupal.org/node/53798

toddgeist’s picture

Status: Active » Fixed

that did it!

thank you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.