After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736654 - Start Over button should present a message dialog to ask the user if he wants to restart the game
Start Over button should present a message dialog to ask the user if he wants...
Status: RESOLVED FIXED
Product: iagno
Classification: Applications
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: iagno-maint
iagno-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-15 00:31 UTC by Michael Catanzaro
Modified: 2014-11-01 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2014-09-15 00:31:44 UTC
Currently, when the Start Over button is pressed, the game restarts immediately. We should instead give the user a chance to change his mind, to avoid pain from accidental clicks. This would be basically the same as bug #736238.
Comment 1 Arnaud B. 2014-09-15 04:02:00 UTC
Popups work but are not really sexy. And they add a step in normal case (with a not really good feeling… “Of course I want you to restart, I clicked this button!”). And they cause bugs when you open a second modal dialog at the same time. I think a single window pattern with an “undo” button[1] like in Sudoku is really more pleasant, at least for game, if not for all the apps.

[1] cross-linking of bugs: https://bugzilla.gnome.org/show_bug.cgi?id=664976#c9
Comment 2 Michael Catanzaro 2014-09-15 12:41:41 UTC
Yes, it's always best to avoid the message dialog if possible. An undo button does not work here since you've started a new game and undo should be insensitive at the start of a new game (otherwise it would be confusing that you can use undo to restore the previous game, especially if the computer player moves first), but if we had a new game screen then a back button like in Sudoku would be best.
Comment 3 amisha 2014-09-16 19:58:55 UTC
So Michael thats means ,first we should work on new game screen that is filed as bug 664976. Later on,we can fix this issue. Is that fair enough?
Comment 4 Michael Catanzaro 2014-09-16 21:42:16 UTC
Well if we have a new game screen, there wouldn't be any need to fix this issue, since the new game screen would have a back button to allow you to return to the game in progress.
Comment 5 Arnaud B. 2014-11-01 16:14:33 UTC
I close this bug as the new-game screen does its work.