Not an actual problem with this module, it is a problem with the ckeditor plugin.

Install the module, then configure the plugin, edit content, javascript console error :
"Uncaught TypeError: CKEDITOR.tools.object.keys is not a function"

the wywisyg crashes

here is the fix:

solved this problem by changing:
CKEDITOR.tools.object.keys
to:
CKEDITOR.tools.objectKeys

in codesnippet/plugin.js

I got this problem with version 4.7.1 however other versions are affected.

see parent issue:

Comments

joseph.olstad created an issue. See original summary.

joseph.olstad’s picture

Status: Active » Reviewed & tested by the community
joseph.olstad’s picture

Component: Code » Documentation

Step 1) update the project page explaining which version of the code snippet plugin that works with which version of ckeditor
Step 2) mention this issue as a workaround for other versions
Step 3) update the README.txt file with this information
Step 4) optional, write code to check versions in the module mentioning this.

Otherwise keep this issue open so that people more easily find it in the issue queue.

any other ideas?