I have put up a version on my web server.

http://www.evilc.com/pb

The JS file is at http://www.evilc.com/pb/placebook.js - the code you
are interested in will be in the pb_editloc object near the end.
The HTML of the form is at 
http://www.evilc.com/pb/templates/pb_add_location.html
(the php grabs this and passes it to the JS in the templates[] array)

Here is how to replicate:

1. Click "Add Location" in the top right of the map window - This
calls pb_editloc.add
2. Click the "Point" radio button in the form that appears.

You are now in the form where the problem lies - with the submit/
cancel buttons at the bottom.

Click on the map to place a marker and type a name in the name box to
make the submit button light up. Once you click submit, it adds the
location to the back end database fine, but when it calls
pb_editloc.deleteform in the AJAX callback function (in
pb_editloc.submit), it fails.

Notice if you click Cancel, it kills the form fine. This ultimately
calls pb_editloc.deleteform just like submit does, but I am presuming
as there is no AJAX call still running that the button started, the
button can be deleted.

Thanks in advance for any help.

--

You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.


Reply via email to