[SOLVED] Spell check Firefox add-on does not work

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
hansflippie2
TestLink user
Posts: 3
Joined: Mon Nov 29, 2010 9:12 am

[SOLVED] Spell check Firefox add-on does not work

Post by hansflippie2 »

Hello everybody,

In the manual it says:
Spell checker
You can use web browser ability. Firefox has add-on for example “British English Dictionary” or amount dictionaries for other languages.
However this does not work for me. For example when i'm editing a test cases the javascript FCKEditor get's in the way. I really don't want to use the alternative by configure a spellchecker in the FCKEditor like aspell or SpellerPages.

Does anybody have a suggestion?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Spell check Firefox add-on does not work

Post by fman »

Best chance to get help on FCKEditor forum
hansflippie2
TestLink user
Posts: 3
Joined: Mon Nov 29, 2010 9:12 am

Re: Spell check Firefox add-on does not work

Post by hansflippie2 »

Thank you fman.
I found it! Add these options to cfg/tl_fckeditor_config.js:
FCKConfig.FirefoxSpellChecker = true ;
FCKConfig.BrowserContextMenuOnCtrl = true ;
This enables the web browser ability to do spell checks (as promised in the manual). With the Ctrl key held down you can click the right mouse for the context menu.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Spell check Firefox add-on does not work

Post by fman »

Great! Thanks for the info we will try to upgrade doc in future
Post Reply