First of all thanks for this module!

I followed the instructions as specified but somehow tinymce refuses to be displayed. All steps until 6 were done. If I don't have the "Spell Check" button ticked, tinymce is displayed. Once I check the button and save , tinymce is gone. Any ideas what might causing this?

Comments

Babalu’s picture

too

eyecon-1’s picture

Same here. I have tried the release and the development versions. This module seems to break wysiwyg.

charos’s picture

Considering how sensitive wysiwyg is to javascript errors , one inconsistency can become the root of evil. Problem is I can't find any jscript error. Hopefully the developer will shed some light. By the way, the settings I used are defaults (google spell check) and as far as I know cURL is installed.

iva2k’s picture

Thanks for bug report. Please provide the following information:
- Drupal version
- Wysiwyg API version
- TinyMCE version
- TinyMCE installation directory on the server (relative to drupal/)
- Location of SpellCheck plugin installation directory on the server (relative to drupal/)

Also, if possible, can you give a link to your test website where the bug can be observed?

As a quick test, try the latest Wysiwyg API -dev (Wysiwyg 6.x-2.x-dev 2009-May-25). It is the one against which the wysiwyg_spellcheck module has been tested.

charos’s picture

D6.12
Wysiwyg:6.x-2.0-alpha1
TinyMCE:3.2.1
Location of tiny_mce.js : (basepath)/sites/all/modules/wysiwyg/tinymce/jscripts/tiny_mce
Location of config.php of the spellchecker: (basepath)/sites/all/modules/wysiwyg_spellcheck/tinymce/spellcheck

One small note.By default the spellchecker comes with a folder named "spellchecker" so I assumed based on the installation steps that I had to rename it to "spellcheck" . Is that correct?
Soon I will try the Dev version of Wysiwyg and report back.

webby333’s picture

I have setup the same way described as Charos. I just tried (Wysiwyg 6.x-2.x-dev 2009-May-25) and still it breaks the editor when you choose to enable the SpellCheck button in the Wysiwyg profile editor.

iva2k’s picture

There is a typo in the instructions (fix is committed, see 6.x-1.1). Please try NOT renaming the directory from zip file (keep it spellchecker), and try again. The code expects the latter name, while documentation got it wrong.

charos’s picture

Confirmed it works!

Babalu’s picture

works

iva2k’s picture

Assigned: Unassigned » iva2k
Status: Active » Fixed

Reported as fixed in 6.x-1.1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.