I have installed the module as laid out in the instructions. I have not change the .config file I have left it to use google search. When I go to my text bock and press the abc button the loading circle appears but doe not rotate round. The browser then crashes. Tried on both IE 8 and Chrome.

I have tried clearing the cache. The path to editor_plugin.js is /sites/all/modules/wysiwyg_spellcheck/tinymce/spellchecker/editor_plugin.js. Do you have any idea why this may not be working?

Comments

iva2k’s picture

Check version numbers of TinyMCE and spellchecker plugin - and update if necessary.

rdeboer’s picture

Hmmm.... I just logged a similar issue for TinyTinyMCE: #652314: Spellchecker hangs indefinitely.
Same symptoms...
Solve one solve both ???

iva2k’s picture

Status: Active » Closed (fixed)

This problem seems to have nothing to do with the Wysiwyg SpellCheck. All Wysiwyg SpellCheck does is load the spellchecker plugin in Wisiwyg TinyMCE. Please refer to the upstream TinyMCE's bugtracker at SourceForge.

MakeOnlineShop’s picture

Hello,

I modified my " TinyMCE init script for advanced mode" this way:

-the line after plugins :
"spellchecker,safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

-the line after theme_advanced_buttons4 :
"spellchecker,styleprops,|,cite,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak",

-the line following template_external_list_url : "example_template_list.js",
spellchecker_rpc_url: "/sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php",

I now see the Spellchecker icon in Wysiwyg but when I click to check "loading circle" rotates to show that it works but then it seems that the text has not been checked as nothing is underlined, any idea why ?

Thank you so much for your help.