Ticket #2092 (closed enhancement: fixed)
No spell check with Firefox and dcCKEditor
Reported by: | llaumgui | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.8 |
Component: | module:public | Version: | 2.7.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
currently, there is no spell checking capability with Firefox on dcCKEditor.
A solution is to don't disable native spell checker : http://docs.ckeditor.com/#!/api/CKEDITOR.config
config.disableNativeSpellChecker = false;
A better solution is to allow (checkbox ?) to enable or disable from the dcCKEditor settings page.
Change History
Note: See
TracTickets for help on using
tickets.
(In [6bd009da1432]) Allow user to disable (or not) native spellchecker for CKEditor Fix #2092