I was at admin/config/content/wysiwyg/profile/full_html/edit page. After page was loaded the console said:

Uncaught TypeError: Object #<Object> has no method 'on' ... ckeditor.admin.js:28

And the code of that line is:

$toolbarAdmin.on('click.ckeditorAddRow', 'a.ckeditor-row-add', adminToolbarAddRow);

CommentFileSizeAuthor
#3 ckeditor_old_jquery-1939840.patch1.7 KBquicksketch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

This module seems to have an undocumented dependency on jQuery Update. The "on" method wasn't introduced until jQuery 1.7. I'll see if I can use a more backwards-compatible approach here instead.

quicksketch’s picture

Status: Active » Fixed

I've committed this patch which uses jQuery 1.4 compatible code, so it should work out-of-box with D7 without jQuery Update.

quicksketch’s picture

Here's the applied patch.

quicksketch’s picture

Title: No way to add toolbar in admin » No way to add toolbar in admin (required jQuery Update)

Status: Fixed » Closed (fixed)

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