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 389640 - Focus problem when widget gets "sensitized" under cursor
Focus problem when widget gets "sensitized" under cursor
Status: RESOLVED DUPLICATE of bug 56070
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-26 03:21 UTC by Samuel Cormier-Iijima
Modified: 2006-12-27 00:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example showing the problem (586 bytes, text/x-csrc)
2006-12-26 03:22 UTC, Samuel Cormier-Iijima
Details

Description Samuel Cormier-Iijima 2006-12-26 03:21:53 UTC
This is a bug that's been bugging me (pun intended) for a while, but I could never place my finger on what exactly what was going wrong. I've finally figured it out; if the cursor is over a button or other widget and it gets "sensitized" (i.e. gtk_widget_set_sensitive is called on it with TRUE) while the cursor is still on, the user can't click on it until he moves the mouse out and back in. Since it's a little hard to explain, I've posted some sample code. Try clicking on the button more than once; you'll see what I mean. Also, sorry if this has been reported before, I couldn't find it anywhere else.
Comment 1 Samuel Cormier-Iijima 2006-12-26 03:22:34 UTC
Created attachment 78891 [details]
Example showing the problem
Comment 2 Matthias Clasen 2006-12-27 00:36:59 UTC

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