Skip to content

Instantly share code, notes, and snippets.

@zirosas
Last active December 27, 2015 03:19
Show Gist options
  • Select an option

  • Save zirosas/7258164 to your computer and use it in GitHub Desktop.

Select an option

Save zirosas/7258164 to your computer and use it in GitHub Desktop.
Problem: TinyMCE rich-text editor disables the operating system spellchecker when using Firefox or Chrome.
Solution: Set the TinyMCE configuration “gecko_spellcheck” to TRUE.
tinyMCE.init({
...
gecko_spellcheck : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment