Remove SCAYT and WSC Dialog plugins for CKEditor 4 which are integrated by default to avoid any possible issues. It can be done by adding theĀ removePlugins parameter to CKEditor config.js file:

config.removePlugins = 'scayt,wsc';