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 169570 - button not receive click when mouse there before set sensitive
button not receive click when mouse there before set sensitive
Status: RESOLVED DUPLICATE of bug 56070
Product: gtk+
Classification: Platform
Component: Widget: Other
2.6.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-08 08:19 UTC by Felix Kater
Modified: 2005-03-09 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felix Kater 2005-03-08 08:19:34 UTC
Please describe the problem:
(1) If the mouse is already in the gdk-window of a insensitive button, and (2)
is not moved, and (3) the button is re-set sensitive (e.g. by a timer in an idle
function), then (4) the button is not highlighted (as normal when mouse over),
(5) gets the dotted square/focus on click but (6) CAN NOT be clicked/pressed in.

Workaround: (1) move the mouse away from button, (2) remove it to button, (3) click.

Steps to reproduce:
1. (see description)
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
Yes.

Other information:
tried with gtk+-2.4.13/win32 and gtk+-2.6.4/win32
Comment 1 Matthias Clasen 2005-03-09 16:11:26 UTC

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