GNOME Bugzilla – Bug 667841
Button not clickable when window slides
Last modified: 2018-04-15 00:25:49 UTC
Compile attached file with: gcc -o click_simple_test click_simple_test.c `pkg-config --libs --cflags gtk+-2.0` Run: click_simple_test 1) This will bring up two windows with titles "One" and "Two". 2) Click "MoveWindow" button on window "Two". Don't move the mouse. 3) This will cause both windows to slide to the right. 4) Now the button on window "One" will be under the mouse. 5) Click the button without moving the mouse. 6) Neither of "enter-notify-event" or "clicked" event on the mouse does not fire. The code has print statements in the handlers. If, in step 5), you move the mouse before click, you'll notice both events fire.
Created attachment 205215 [details] Test app to repro the bug.
Note that version 2.20 is ancient and OBSOLETE. Confirming for 2.24 and 3.2 though not sure if this is a valid report.
Andre - Not sure what you mean by valid report. But just to confirm I'm a real person :-) I ran into this issue working on Chrome. I'm working around it by firing a synthetic enter-notify-event.
I refered to the validity of the usecase, not to your identity. :) Anyway, I'll let the developers decide...
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if they haven't seen activity in more than a year. If this issue is still important to you and still relevant with GTK+ 3.22 or master, please reopen it and we will migrate it to gitlab.
As announced a while ago, we are migrating to gitlab, and bugs that haven't seen activity in the last year or so will be not be migrated, but closed out in bugzilla. If this bug is still relevant to you, you can open a new issue describing the symptoms and how to reproduce it with gtk 3.22.x or master in gitlab: https://gitlab.gnome.org/GNOME/gtk/issues/new