[Using Windows/Internet Explorer 6.0]
This bug occurs on any page that has two or more text areas that get replaced with htmlareas. The htmlareas get displayed properly and allow you to edit the page properly. However, when you click on "Save (whatever)", the changes made are not saved. The only workaround appears to be to disable the htmlarea module. :-(
Comments
Comment #1
gordon commentedI have investigated this issue, and I have found that it is a problem entirely within HTMLArea.
What happens is that when htmlarea runs it create an annomous function for form.submit() that executes the required function to mut the text back into the textarea.
This means that it there is more than one textarea the second with overwrite the code of the first. Also this means that if you have any onSumit() there before this will also get overwritten.
if you wish to do this then you need to install the cvs version of htmlarea that I have just put into cvs.
Comment #2
(not verified) commentedAutomatically closed due to inactivity (marked fixed for 14 days).