The editor doesn't allow me to save a long text input. I can manually access my SQL database and type it in the field so I know SQL is not the culprit. Is there a "maximum" input allowance in the editor?
Tue, 05/20/2008 - 17:49
#1

Re: FCKEditor cutting off input
Be sure you are using POST, not GET, as your form posting method.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKEditor cutting off input
How many bytes does your input has?
I was able to manage html content with several mebibytes but the JavaScript is incapable to handle these amounts (Firefox stood still with 100 % cpu time for several minutes).