google-code-export / marinemap

Automatically exported from code.google.com/p/marinemap
Other
1 stars 2 forks source link

kmlEditor stalls when returning a form with validation errors #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new feature
2. Leave the name blank and submit
3. Server responds 400 and a new form with errors but kmlEditor fails to reload 
("Saving" icon just stays visible and app is essentially frozen)

action is not defined
http://localhost/media/features/js/kmlEditor.js
Line 514

Original issue reported on code.google.com by perrygeo...@gmail.com on 10 May 2011 at 5:40

GoogleCodeExporter commented 9 years ago
fixed in kmlEditor.js by changing removing action.title from the Loading string.

Original comment by perrygeo...@gmail.com on 11 May 2011 at 8:29