Getting the browser spell-checker to work with CKEditor in Drupal
Most modern browsers, such as Firefox 15, Chrome 21 and Internet Explorer 9, have a nifty spell-checker built in to help us ‘auto-correct’ generation write, but when you install the CKEditor some of this functionality is hijacked by the default javascript used by the text editor. Fortunately, if you’re using CKEditor for Drupal, it’s a quick fix to get the browser default spell-checker working again. If you’re not using Drupal you may still be able to apply the fix by noting the configuration settings and using them in your setup. ...