Hello,
Some of my colleagues noticed that since we made the update (V9.3.1), there is an issue with the spell checker. It is still active, the mistakes are underlined in red but there is no way to correct them, nothing happens with a right ou left click.
Is that normal ? Is there any settings for that ?
Hi,
Yes, we disabled Scayt in V9.3 : it is the spell checker that works with CKEditor.
We removed it because it sets the mess in many cases (many errors in Javascript, slowing the interface) and needs to send your text through the web for check, wich may be a security leak.
Scayt was used because web checker could not be used on old CKEditor. Since V9.0 we had a workaround to apply default web checker on CKEditor fields. As it works fine we removed Scayt option on V9.3.
Right click on CKEditor opens a copy opetion, so does not leave defaut web browser behavior.
We'll have a look to find if we can find a workaround for this.
Hi,
I invastigated and tested several solutions to get Righ-Clcik work again, but could not find without removing the "copy from word" capacity.
If you don't mind about "copy from word" capacity, you can retreive right-click spell checker fixing by adding one line after line 44 in external/ckeditor/projeqtorConfig.js
config.removePlugins+=',language,liststyle,tableselection,tabletools,scayt,contextmenu,openlink';
Clear browser cache before testing.
During investigations, I found some workaround : you can get the browser spell checker fixing with [CTRL]+right click (hold the CTRL on right click)
As we concider "copy from word" more important (we use it very often), and we get a working workaround, we won't include the fix in community version.
Hello,
Thank you, we will test.