Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Garry Yao

Status: newconfirmed

comment:2 Changed 13 years ago by Garry Yao

Component: GeneralUI : Spell Checker
Owner: set to Garry Yao
Status: confirmedreview

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.

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:4 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

comment:5 Changed 13 years ago by Jonny N

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..

Version 0, edited 13 years ago by Jonny N (next)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy