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 634657 - Dynamically attached calendar does not respond to mouse clicks
Dynamically attached calendar does not respond to mouse clicks
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkCalendar
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 631101
 
 
Reported: 2010-11-12 03:37 UTC by Vitaly Minko
Modified: 2010-12-21 08:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple program reproducing the issue (1.24 KB, text/plain)
2010-11-12 03:37 UTC, Vitaly Minko
Details

Description Vitaly Minko 2010-11-12 03:37:13 UTC
Created attachment 174301 [details]
Simple program reproducing the issue

Steps to reproduce:
1. Compile the attached program using the following command:
gcc `pkg-config --cflags --libs gtk+-2.0` gtk_calendar_test.c
2. Run the program: ./a.out
3. Press the button to emerge a calendar

Expected result:
The calendar responds to mouse clicks.

Actual result:
The calendar does not respond to mouse clicks.

Notes:
1. This issue is not reproducible with GTK2:
gcc `pkg-config --cflags --libs gtk+-2.0` gtk_calendar_test.c
2. This issue does not seem to be related to the type of the box accepting the calendar (at least it's also reproducible when attaching calendar to a table).
Comment 1 Emilio Pozuelo Monfort 2010-12-06 11:27:52 UTC
I can reproduce this. BTW in the first compilation you meant gtk+-3.0
Comment 2 Guillaume Desmottes 2010-12-21 08:25:05 UTC
Humm is that really fixed? That still doesn't work with http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/birthday-631101