[Bug 56070] - Can't click button after setting it sensitive.

bugzilla-daemon@bugzilla.gnome.org bugzilla-daemon@bugzilla.gnome.org
Sun, 29 Aug 2004 03:43:28 -0400 (EDT)


http://bugzilla.gnome.org/show_bug.cgi?id=56070
gtk+ | gtk | Ver: 1.3.x





------- Additional Comments From craig@microtron.org.uk  2004-08-29 03:43 -------
Looking at the code, it appears that it is not simple to fix. It also appears
that the root cause of this problem is the fact the underlying widget does not
see the enter event while it is insensitive.

Just wondering if it is possible to add an internal in_widget boolean property
so that the widget can keep track of the mouse position.
If the widget is then set sensitive, ENTER events could be generated if
in_widget is true.

I don't fully understand the code, so may talking rubbish here, it's just an idea.

------- You are receiving this mail because: -------
You are on the CC list for the bug.