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
Comment #1
Sarah_London commentedI 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.
Comment #2
anrikun commentedThanks for the info, I'll fix this when I'm back from holiday.
Comment #3
anrikun commentedThere 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.