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 344835 - Button not clickable after setting sensitive = FALSE
Button not clickable after setting sensitive = FALSE
Status: RESOLVED DUPLICATE of bug 56070
Product: gtk+
Classification: Platform
Component: .General
2.9.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-14 02:29 UTC by Stef Walter
Modified: 2006-06-14 02:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which fixes the problem. (572 bytes, patch)
2006-06-14 02:29 UTC, Stef Walter
none Details | Review
Test program to demonstrate the problem (777 bytes, text/plain)
2006-06-14 02:31 UTC, Stef Walter
  Details

Description Stef Walter 2006-06-14 02:29:21 UTC
If ones mouse is within a button, which then becomes sensitive, when it returns to non-sensitive the button cannot be clicked. This has bothered me for a while, but I just got around to putting together a patch. Attached. 

LMK if it's good to commit (with an appropriate ChangeLog entry).
Comment 1 Stef Walter 2006-06-14 02:29:47 UTC
Created attachment 67312 [details] [review]
Patch which fixes the problem.
Comment 2 Stef Walter 2006-06-14 02:31:04 UTC
Created attachment 67313 [details]
Test program to demonstrate the problem

How to replicate using the test program:

1. Click the button (the button becomes insensitive)
2. Don't move your mouse
3. Wait two seconds for the button become sensitive.
4. Try to click again.
Comment 3 Stef Walter 2006-06-14 02:36:01 UTC
Whoops this is a duplicate. Amazing it's been around so long.

*** This bug has been marked as a duplicate of 56070 ***