#9241 closed Bug (fixed)
disableNativeSpellChecker invalid for inline
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | UI : Spell Checker | Version: | 4.0 |
Keywords: | Cc: |
Description
Native spellcheck always presents on inlineall sample despite of the configuration.
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Component: | General → UI : Spell Checker |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:3 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
comment:5 Changed 13 years ago by
I'm still having problems getting native spellchecking working in FF still (FF 18.0 on Mac).
I have 'disableNativeSpellChecker' set to 'false' in my config, but the <body> of the editable iframe within CKEditor (4.0 full) has this source:
<body contenteditable="true" class="cke_editable cke_editable_themed cke_contents_ltr cke_show_borders" spellcheck="false">
If I change 'spellcheck' attribute to be 'true' in Firebug, the mis-spelt words are instantly underlined with the red dotted line.
I also can't get the native right-click context menu to appear with word suggestions, but that's a different issue..
Note as an known issue, that the "spellcheck" attribute we rely on for this feature doesn't work on any contenteditable element in Firefox, other than the HTML element, which is out the scope of this ticket.