There is a configuration parameter here that disables the built-in spellcheck if the browser provides it. The default value is true, try setting it to false.
config.disableNativeSpellChecker = false;
You can try disabling the contextmenu plugin:
config.removePlugins = 'contextmenu';
source share