Author Topic: ck editor spelling check missing  (Read 5880 times)

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
ck editor spelling check missing
« 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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: ck editor spelling check missing
« Reply #1 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

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: ck editor spelling check missing
« Reply #2 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?




Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: ck editor spelling check missing
« Reply #3 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  :)


Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: ck editor spelling check missing
« Reply #4 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.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: ck editor spelling check missing
« Reply #5 on: September 26, 2013, 06:15:35 PM »
Yes!  that got the spell check working in the editor boxes.   

Thank you.

 

Powered by SMFPacks Social Login Mod