Closed (fixed)
Project:
Wysiwyg SpellCheck
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2009 at 14:50 UTC
Updated:
17 Mar 2012 at 13:34 UTC
Jump to comment: Most recent
Comments
Comment #1
iva2k commentedCheck version numbers of TinyMCE and spellchecker plugin - and update if necessary.
Comment #2
rdeboerHmmm.... I just logged a similar issue for TinyTinyMCE: #652314: Spellchecker hangs indefinitely.
Same symptoms...
Solve one solve both ???
Comment #3
iva2k commentedThis 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.
Comment #4
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.