views:

401

answers:

3

I feel a little caught between a rock and a hard place here. I want to use Firefox's built in spell checking without disabling Ckeditor's context menu as this renders it impossible to work with tables. Is there a way of getting the best of both worlds here?

+1  A: 

Use this plugin: http://martinezdelizarrondo.com/spellcheck/ and as it's stated, you have to install the WriteArea extension in Firefox.

AlfonsoML
Thanks, it's a shame if this isn't possible without installing a browser plugin though.
Kimble
Firefox doesn't expose any way to access its spellchecker from a web page script, so the extension includes that option.
AlfonsoML
A: 

Have you tried to enable SCAYT (SpellCheckAsYouType) in CKeditor? It is buit-in there and works as a plug-in.

Ilona Mazhnyk
I had a brief look at it, but it costs money and I'm a little reluctant to pay for something that's already built into modern browsers.
Kimble
A: 

You could try setting the disableNativeSpellChecker property to false - it should then be possible to see the native spell checker markings within the editor - however for me I couldn't get this to work in Firefox, only Google chrome.

You can then hold the ctrl key down when you right click to show the browser context menu (provided browserContextMenuOnCtrl has not been set to false)

HTH.

Danlance
I tried something like that (I think it was that option) and I was able to see the red underlines, but not right click them.
Kimble
Certainly in Chrome on windows, I can right click on the red underlines provided I hold down the windows key - and the browser context menu pops up, together with the spell check suggestions etc...Check that browserContextMenuOnCtrl is not set to false if that isn't working for you (it defaults to true)
Danlance