Tried everything from reinstalling editors, etc., and finally looked back over what I'd updated and downgraded skinr back to the production version. The Drupal update had said this was the newer recommended version which is why I updated.

After updating to this version, the only evidence of ckeditor on page edits was the note of what the path was for inclusion or exclusion. Once I downgraded back to current production issue, everything worked properly again.

Comments

nomonstersinme’s picture

I just installed wysiwyg and ckeditor on a site using skinr 2.x-dev and i'm not having a problem. It took me a minute of wondering why my text wasn't appearing as it should, to realize that I accidentally enabled the editor for only filtered html. Once i enabled for full html i saw what i entered.

Did you run update.php after updating skinr to 2.x-dev? Can you also double check your settings and provide some more details about your problem...

nomonstersinme’s picture

just wanted to update this as i found the following issue.. http://drupal.org/node/895464

Also the conflict is in skinr.js line 160:
var $region = $wrapper.closest('.skinr-region');

The problem seems to be with jquery ui and ckeditor. I recommend downgrading to jquery_ui 1.3, which seems to solve this. Hope that helps!

jacine’s picture

Component: Miscellaneous » Module conflict
Assigned: jackwhyte » Unassigned

Can we call this var $skinr_region = $wrapper.closest('.skinr-region'); instead?

sheldon rampton’s picture

The Skinr UI module appears to be the cause of the problem. If I disable it (but leave the Skinr module itself enabled), CKEditor works again.

ericduran’s picture

Can we get module version numbers?

I just tested and everything works good. Here are all my versions:

Skinr - 6.x-2.x-dev
Dialog API - 6.x-1.x-dev
jQuery UI 6.x-1.4 (with jquery.ui version 1.7.2)
jQuery Update 6.x-2.x-dev

ericduran’s picture

*edit* (duplicate)

nomonstersinme’s picture

I also have both WYSIWYG (6.x-2.1) and CKEDITOR (6.x-1.x-dev) working with the following:

Skinr - 6.x-2.x-dev (skinr_ui enabled)
Dialog API - 6.x-1.x-dev
jQuery UI - 6.x-1.4
jQuery Update - 6.x-2.x-dev

jacine’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Active » Closed (cannot reproduce)
mvastola’s picture

Status: Closed (cannot reproduce) » Active

I am having this exact same issue, except with TinyMCE. Can someone please advise me on what information I can give you so you can recreate it?

Thanks,
Mike

jacine’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev

I don't remember why I moved this to 7.x.

Mike, see comment #7.

mvastola’s picture

Are you sure you mean comment #7?
Sorry.. I'm not getting what that comment is supposed to tell me (other than that you weren't able to reproduce it).

Please let me know.
Thanks,
Mike

mvastola’s picture

Never mind. I'm slow. I just needed the latest (development version) jquery_update. :-)

Can I recommend posting this requirement more prominently and/or throwing an error if the correct version isn't present? This would have saved hours. :-\

mvastola’s picture

Status: Active » Closed (works as designed)