AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: llegrand on September 25, 2013, 12:36:53 PM

Title: ck editor spelling check missing
Post by: llegrand on September 25, 2013, 12:36:53 PM
I notice in the text editor portion  there doesn't seem to be spell check enabled.   Is this an oversight or some issue due to all the language support?

For those of use keyboard challenged,  spell check would be good for content.

Lee
Title: Re: ck editor spelling check missing
Post by: abantecart on September 25, 2013, 05:55:41 PM
I was under impression that spell check is a browser side work. At least my FF , Safari and chrome do check spelling in all type of text fields.

I guess you refer to this:
http://docs.ckeditor.com/#!/guide/dev_spellcheck

Title: Re: ck editor spelling check missing
Post by: llegrand on September 25, 2013, 10:41:41 PM
In running ckeditor in other applications - I have found there are several ways to install,  but under the latest stable version of 4.2 and maybe one or two earlier versions,  spell check within the editor is only available on standard and full or with a customization option, which is pretty easy to do.

Or as your citation shows it seems to disable the native spell checker by default. 

Where is the editor installed within Abantecarte?



Title: Re: ck editor spelling check missing
Post by: llegrand on September 26, 2013, 03:58:11 PM
Here's a screen shot to show what I am asking here.   You can see that the Description box does in deed use the the browser spell check.   But the Content box with the Ck Editor   doesn't pickup any typos -  I have purposely added several with the box.

Interestingly,  this board  does use spell check within this box  :)

Title: Re: ck editor spelling check missing
Post by: abolabo on September 26, 2013, 05:39:09 PM
you can edit file public_html/admin/view/default/javascript/ckeditor/config.js

just add row
Code: [Select]
config.disableNativeSpellChecker = false; into function and reload page.
Then press CTRL and do right click on ckeditor to enable browser spellchecker.
Title: Re: ck editor spelling check missing
Post by: llegrand on September 26, 2013, 06:15:35 PM
Yes!  that got the spell check working in the editor boxes.   

Thank you.