I'm not sure if this should be a bug report or a support request, because I'm the first to report this.
When I make changes using the editor, these changes don't get saved unless I change to the plain text editor first. (Which I can only do if I remove the Drupal.t() function calls, see http://drupal.org/node/252087 )
Comments
Comment #1
Anonymous (not verified) commentedSame in 6.x-1.2-9
Comment #2
Anonymous (not verified) commentedI added a form submit handler to yui_editor.js to be sure the changes get saved:
Just after the first 2 lines in render_editor add the following line:
The addEvent function makes sure the event works in all recent browsers.
Add the function at the end of the file:
Comment #3
jeffcd commentedFixed.