The new stream editor
Posted by:
rgroth (IP Logged)
Date: May 26, 2009 01:26AM
I wanted to mention that the new editor is setup to detect when you change a form. It does this by hooking to the change event on the controls on the form. If the form isn't changed then nothing is sent to the server. If you change something on the form and change a tab it should submit the form, give you notification, and then change the tab. If it doesn't give notification, either on submit or change of tab when it was supposed to then something is broken.
This method of tracking changes should not be too fragile, but I found a bug to where text areas were not notifying.
I also have noticed that on form form refusal of update, the form just disappears without notification. If that is happening then please let me know with a description of what you were editing the target tab, or the if you hit the update button.
Thanks,
Ryan
Sorry for any confusion.