Closed (fixed)
Project:
Skinr
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 19:42 UTC
Updated:
15 Jun 2010 at 14:20 UTC
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
Comment #1
jacineNot 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
Comment #2
toddgeist commentedthat did it!
thank you!