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 353964 - Pause/continue button disappears when clicked
Pause/continue button disappears when clicked
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: mahjongg
2.15.x
Other All
: Normal minor
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on: 332573
Blocks:
 
 
Reported: 2006-09-02 13:11 UTC by Domenico De Felice
Modified: 2007-08-17 16:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Ogg Theora demo of the bug (714.51 KB, application/ogg)
2006-09-02 13:36 UTC, Domenico De Felice
Details

Description Domenico De Felice 2006-09-02 13:11:37 UTC
Please describe the problem:
If you press the pause button while playing the game pauses correctly but the button (that you should press to continue the game) disappears and you can only see an empty space (nothing happens if you click it). I found that restoring/maximizing the window makes the button appears again.
This starts to happen only after you click the buttons the first time.
I recorded a demo of the bug.

Steps to reproduce:
1. Pressing pause button while playing


Actual results:
The button disappears

Expected results:
The game pauses and nothing else ;-)

Does this happen every time?
Only after you clicked pause/continue the first time

Other information:
Comment 1 Domenico De Felice 2006-09-02 13:36:58 UTC
Created attachment 72076 [details]
Ogg Theora demo of the bug
Comment 2 Andreas Røsdal 2006-09-02 14:03:09 UTC
Hello,

very good bugreport, with a video to demonstrate it.  

However, I am not able to reproduce this on my system. Can you please report more details about your system, including exact version of gnome-games, Gtk+ and GNOME.

Thanks.
Comment 3 Domenico De Felice 2006-09-02 14:41:05 UTC
Yes. I'm using Ubuntu unstable aka Edgy Eft.
GNOME version is 2.15.92
gnome-games version is 2.15.92
mahjongg version is 2.15.92
libgtk version is 2.10.2

These are the relative ubuntu packages I have installed:

libgtk2.0-0                            2.10.2-0ubuntu1
gnome-games                            2.15.92-0ubuntu1
gnome-games-data                       2.15.92-0ubuntu1
Comment 4 Andreas Røsdal 2006-09-09 06:23:44 UTC
This bug depends upon Bug #332573.
Comment 5 Andreas Røsdal 2006-09-30 19:54:28 UTC
I have committed a workaround for this bug in GtkToolbar.

Domenico, can you please verify that this has been fixed, by compiling the latest CVS version of gnome-games?
Comment 6 Domenico De Felice 2006-10-01 06:57:51 UTC
Okay. I'm trying but I get an error. It is not due to the source code but to my lack of experience with auto* and similar tools. I don't know how to behave, this is the error:

Checking for forbidden M4 macros...
***Error***: some autoconf macros required to build Gnome Games
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?
Comment 7 Nickolay V. Shmyrev 2007-02-11 16:14:10 UTC
It's still visible in svn trunk, why the workaround commented out it code?
Comment 8 daniel 2007-03-23 19:02:02 UTC
Recent reports of this bug in Ubuntu Feisty: https://launchpad.net/gnome-games/+bug/94851
Comment 9 Tom Bass 2007-07-25 14:49:53 UTC
The bugfix someone put into the code of mahjongg.c (svn rev. 6553) works for me on ubuntu 7.04. In the svn code it's commented out (l. 230-233).
Comment 10 Thomas Andersen 2007-07-25 23:06:12 UTC
Works on gutsy too. I'll uncomment it on trunk unless there was a specific reason to comment it out in the first place
Comment 11 Thomas Andersen 2007-08-17 16:23:15 UTC
The fix is now uncommented in trunk. This fixed the problem.