2014-06-19, 23:06:04
(2014-06-19, 07:12:12)shawn_a Wrote: Its ckeditor and a wsiwyg editor, its not a textarea, why would anyone expect it to act like the browser ?
It is a textarea to non-tech users - e.g. the last two sites I built and handed over, both asking why their spell check and context menu were "broken".
Quote:context is useful for selecting options of a element or which to edit like anchor images.
Fair point. The loss of browser functionality is outweighed by the edit functions of CKE, so I retract that recommendation.

Quote:disabling native spell correct, never knew about this one. Worth a look.
I still strongly recommend switching that off by default. The user expects their browser spellchecker to work, with custom words they might have added to their dictionary.
Quote:3.4 has fullscreen button
Cool.
Quote:Also anyone can modify this stuff easily,
Easy for someone who wants to wade through GS + CKE documentation and knows how to edit code and use FTP. I made the suggestion to help the majority of non-tech users, not developers.
Quote:What is the purpose of the rest you removed via removePlugins ?
liststyle - http://ckeditor.com/addon/liststyle
tabletools - http://ckeditor.com/addon/tabletools
scayt - http://ckeditor.com/addon/scayt
menubutton - http://ckeditor.com/addon/menubutton
contextmenu - http://ckeditor.com/addon/contextmenu
Thanks for the reply.