Hi,

I added the following lines of code

if (Drupal.settings.ckeditor_link) {
config.extraPlugins += (config.extraPlugins ? ',drupal_path' : 'drupal_path');
CKEDITOR.plugins.addExternal('drupal_path', Drupal.settings.ckeditor_link.module_path + '/plugins/link/');
}
};

at the end of ckeditor.config.js as the instructions said but now the ckeditor no longer appears within IE7. I just see a blank space. It works on Safari / Firefox

Comments

Sarah_London’s picture

I have just checked the demo site http://www.absyx.fr/en/node/add/test-page and it also does not show the WYSIWYG in IE7.

anrikun’s picture

Thanks for the info, I'll fix this when I'm back from holiday.

anrikun’s picture

Status: Active » Fixed

There was a unwanted comma causing the bug in IE7.
It is now fixed.
You can get the last CVS version or wait for the next final release.

Status: Fixed » Closed (fixed)

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