Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

  •  09-03-2007, 10:38 AM

    Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

    Adam,

    This issue hasn't been completely resolved in version 5.x and 6.x of CuteEditor for PHP. When you type some text and directly click the button to submit the form, still the last part of the text is not submitted. I can reproduce this at http://phphtmledit.com/javascript-submit.php.

    I think that the reason of this is that CuteEditor puts its contents only every x seconds in the hidden textarea, I guess with the JavaScript setInterval() function. When one makes a modification and submits between two updates of setInterval(), that last modification is not submitted.

    If you don't understand me completely, please let me know so I can give you an example.

    Thanks for your help.

    Regards,
    Jeroen

View Complete Thread