I'm using sugarcrm CE 6.0.1


When on an Edit View page, I use the button "Save and Continue", any change made in my text field input (for example the "description" field we all have in the accounts module) is not recorded.

Well, I have to precise that I'm using tiny mce editor on this field.
I have done several tests and I give you their results below :

a) I remove the timyme editor on this field and when I click "Save and continue", the data is recorded

b) If I let my tinymce editor and I cick on the "Save" button, the data is recorded

c) I wrote some logic_hooks to see what is happening when I click on "Save and Continue" with my tinyce field... and I have :
** $bean->description (with the same value before I made any change)
** $_POST['description'] is NULL

So it seems there is a problem with "Save and Continue" and tinymce field.

Is it a bug ? Anyone can help ?

Sincerely
Franck