Hi
I have issues with Native spell checker. I have created a rich text editor with CKEditor.
This editor by default disables the spell check if i hve any other spell check tool installed .
When i select shift+Right click the spell check is working for other spell check tools. This shows that the editor is disabling spell chec by default.
Can you help how to enable this? I hve tried using config.disableNativeSpellChecker = false; in config.js ,but nothing works.
Please suggest