Hello,

I am using Wysiwyg module on my website. For Full HTML, I use CKEditor 3.6.1.7072 and for Comments, TinyMCE 3.4.4 is used. Everything was running and it was fine. I install module updates whenever they are available assuming that they have fixed something that I might not know about it. However, when I was going to add a new content to my website (after a while), I noticed that the toolbar does not show anymore, neither in the body section nor in the comments. I was wondering if someone could tell me what version of CKEditor is compatible with the Wysiwyg module. My current version of Wysiwyg module is 7.x-2.2.

P.S. when I check admin/config/content/wysiwyg, CKEditor and TinyMCE are installed, so there is not problem with their installation.

Comments

amins’s picture

Issue summary: View changes
amins’s picture

Assigned: amins » Unassigned
amins’s picture

The problem was with the JQuery Updates, the current version of WYSIWYG module (7.x-2.2) is not compatible with the latest JQuery version (v1.10 at this moment). So, I had to set the JQuery version to 1.8 and now the toolbar shows up. You can set this by visiting the following path: admin/config/development/jquery_update

TwoD’s picture

Priority: Critical » Minor

I just tested with jQuery Update 7.x-2.x-dev and jQuery 1.10.2 and Wysiwyg 7.x-2.x-dev works fine with them. The rest of Drupal does not seem to work well though. I had to disable Admin menu because jQuery's $.browser property was removed. That got rid of critical errors, but there were still other problems with things like the Summary field not collapsing properly.

I would recommend not using jQuery 1.10 until jQuery Update has been able to work out all the kinks (if it's possible).

If you got actual errors originating from Wysiwyg module with jQuery 1.10, please post them here and I'll have a look.
Otherwise I'll close this as "won't fix" since we can't try to support a jQuery version which doesn't work with the rest of Drupal 7.

TwoD’s picture

Status: Active » Closed (duplicate)
Related issues: +#2241839: CKEditor stopped working with jQuery Update 7.x-2.4
amins’s picture

Issue summary: View changes