PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

When clicking Apply Modification the button stays on #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the #!settings page
2. Modify something in the form
3. Click Apply Modifications

What is the expected output? What do you see instead?
The button should turn gray automatically. It doesn't, it waits for a while.

It's probably only a question of being "optimistic" by expecting the server 
call to succeeed. We should gray the button right away, and ungray it if the 
call fails.

Original issue reported on code.google.com by philippe.beaudoin on 22 Mar 2010 at 5:50

GoogleCodeExporter commented 8 years ago
Take this opportunity to add a one-line message notifying the user save was 
successful.

Original comment by philippe.beaudoin on 30 Mar 2010 at 12:40