| 1 | | I'm still having problems getting native spellchecking working in FF still (FF 18.0 on Mac). |
| 2 | | |
| 3 | | I have 'disableNativeSpellChecker' set to 'false' in my config, but the <body> of the editable iframe within CKEditor (4.0 full) has this source: |
| 4 | | |
| 5 | | <body contenteditable="true" class="cke_editable cke_editable_themed cke_contents_ltr cke_show_borders" spellcheck="false"> |
| 6 | | |
| 7 | | If I change 'spellcheck' attribute to be 'true' in Firebug, the mis-spelt words are instantly underlined with the red dotted line. |
| 8 | | |
| 9 | | I also can't get the native right-click context menu to appear with word suggestions, but that's a different issue.. |