armadietto
armadietto copied to clipboard
Displays indeterminate progress indicator on form submission
When testing locally, to actually see the progress indicator, you may need to use the browser debugging tools to slow the effective network speed.
As this shouldn't cause any one any problems, if no one objects, I'll merge this in a week.
This change seems to break signup for me. When trying to submit the form, the progress indicator shows up, but the POST request is not sent. Commenting out the click handler fixes the problem: https://github.com/remotestorage/armadietto/blob/ae4f16c861196d84afa1f9051cd4e48c58a9cb9c/lib/assets/armadietto-utilities.js#L36-L46
Anybody else seeing this? I'm a bit puzzled as to why it's not working. I don't see a preventDefault()
call that would stop the actual submit event.
I can reproduce that. Looks like the form submission is broken. Possibly something broke when rebasing. :-(