WebSpellChecker (WSC)

WSC operates in a separate browser window so your work is not obstructed. Corrected text is automatically returned to the form.

WebSpellChecker for Multiple Text Boxes

Title:
User can't use Thesaurus tab in the Solaris version of WSC because of the error
Status:
Priority:
Assigned To:
Defect Description:
Error "The WebSpellChecker Service is currently unavailable" occurs when user clicks on the Thesaurus tab in the Solaris version of WSC.
User Impact: User with Solaris version of WSC can't use Thesaurus
Workaround: No workaround
Steps To Reproduce:
1.Run sample page with WSC
2.Type misspelled words
3.Click Spell Check button
4.Click on Thesaurus Tab
Expected Result: WSC goes to the Thesaurus Tab
Actual Result: WSC does not respond for a few minutes and then error "The WebSpellChecker Service is currently unavailable" appears
History:
Roger Smith (2/7/2007): defect's creation;
John Doe (2/9/2007 6:04 PM): status changed to Open-Ready for Regression;
Roger Smith (2/13/2007 9:54 AM): status changed to Verified Fixed
Comments:
Installation Guide

1. Download and install Sproxy.

2. Specify WSC URI (See sample, line 6).

3. Define the WSC invoker:

doSpell({ctrl:aMyEditor, lang:sInitialLanguage}), where:

aMyEditor {Array, mandatory} — Array of identifiers.
sInitialLanguage {String, mandatory} — initial spell check language name. Now supported: en_US, en_GB, pt_BR, en_CA, fr_CA, fr_FR, de_DE, it_IT, el_GR, es_ES, da_DK, nl_NL, nb_NO, pt_PT, sv_SE, fi_FI.

(See sample, lines 8-13).

4. Invoke WSC when you want to check the spelling (see sample, line 21).

Sample