Comment 2 for bug 157031

Revision history for this message
Paul Carduner (pcardune) wrote :

Fixed in revision 139. I was able to reproduce it by:
1. Adding a field (such as an address)
2. Editing the field before reloading the page.

Then problem was that when the newly added field was injected into the page (complete with "edit" and "delete" buttons), the form that handles those buttons was not being converted to ajax submission. Thus, when you clicked on a button, it went to a completely different page rather than just submitting the data through an HTTP POST.

The problem was resolved by refactoring how the add form got injected into the page. Now the add form handles its own ajaxification.

In this revision, I also made the effects a little nicer and fixed some small CSS glitches related to the phone number fields.