The ckeditor documentation at http://docs.ckeditor.com/#!/guide/dev_spellcheck specifies the following configuration to the editor to allow browser native spell check:
config.disableNativeSpellChecker = false;
I could not find any way to set this so that the ckeditor wysiwyg could use browser spell check. I created a patch to allow for this and will submit it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tnathanjames’s picture

Here is my patch.

TwoD’s picture

Hmm, if you invert the logic and name the checkbox "disableNativeSpellChecker" (and make sure the defaults still match those of CKEditor), you won't have to alter ckeditor-3.0.js at all.

Also, I think it would be enough to link to the documentation of that specific setting like with the other "This uses the Foo setting internally"-strings, to reuse the translation.

DamienMcKenna’s picture

Status: Active » Needs review

tnathanjames: Don't forget to change the issue status to "needs review" when you upload a patch :)