Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.1k views
in Q2A Core by

Hi guys,

I know this question has already been asked here http://www.question2answer.org/qa/10982/editor-needs-a-spell-checker

but still no working solutions! Or you can try it for yourself. In firefox try to ask a question in this website and try to spell words wronggg likkkee these hereeee, you will see it will not pick the wrong spellings!

Q2A version: most recent

1 Answer

+1 vote
by
selected by
 
Best answer

It is working, check my forum: http://www.gute-mathe-fragen.de/ask

you need to tell ckeditor to allow it!

add this code to the config.js:

config.disableNativeSpellChecker = false;

by
Thanks, your solution works in Chrome, Opera and Safari, but not for Firefox.
by
As I said check out my forum, firefox 16 is highlighting false written words there.

PS: Another thing that you will need to get the right word from the context menu: If you hold down CTRL and right-mouseclick, then you get the native context menu, otherwise the ckeditor context menu.
...