First: thanks for a great module! Works really well... and amongst tough competition!
All's great on my system (Windows XP) except for a problem with the spell-checker. I downloaded the recommended version (2.0.2) of the spell-checker and believe I have correctly followed the install instructions (repeated below), as the Spellcheck advanced button appears and when pressed the rpc.php script seems to run (you get an error message if you mistype the URL).
The problem is that both on IE6 and Firefox 3.5.5 the circular "please wait" animation appears and never goes away.... until (on Firefox) the browser terminates the hanging script.
Any ideas anyone?
-------------------------------------------------------------------------------------------
INSTALL.txt
=======
...
Download tinymce_spellchecker_php_2_0_2.zip (or later version from http://tinymce.moxiecode.com/download.php) and install it in /sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/plugins/spellchecker
In admin/settings/tinytinymce edit the TinyMCE init script for advanced mode:
...
plugins : "...,spellchecker,...",
...
theme_advanced_buttons4 : "...,spellchecker,...",
...
spellchecker_rpc_url: "/sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php",
-----------------------------------------------------------------------------------------------------
Comments
Comment #1
rdeboerSee also similar issue at #648986: Spell check installed but not checking spelling
Comment #2
MakeOnlineShop commentedHello,
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.