Chad Fennell wrote:
BTW, I noticed that if I just hack node_form() to generate a fresh node object each submit with:
node_object_prepare($node); $form_state['node'] = $node;
The problem goes away. But, I don't really know why yet.
File an issue at http://drupal.org/project/issues/drupal.