I feel a little caught between a rock and a hard place here. I want to use Firefox\'s built in spell checking without disabling Ckeditor\'s context menu as this renders it impos
hi there you can disable it by going to
Ckeditor>File Editor.then make sure you're editing the ckeditor.config.js file!
then add the two lines at the bottom (after the }; tag) add the two lines like below!...
**> CKEDITOR.config.disableNativeSpellChecker = false;
CKEDITOR.config.browserContextMenuOnCtrl = true;**
then save it.......... when writing in ckeditor a red dot underline will appear if your spell is incorrect! when you right click the ckeditor's context menu appear.....but when you Ctrl+Right Click the browsers default menu appears....thanks..........