GNOME Bugzilla – Bug 784611
Event handler called twice if widget has focus and input grab (for unhandled events)
Last modified: 2018-05-02 18:41:16 UTC
Created attachment 355013 [details] Simple script to reproduce duplicate event delivery If a widget has both the focus and has the input grabbed then unhandeld events will be delivered twice. This happens both on Wayland and X11 (using Xwayland). See attached small python script as a test case. After 5 seconds a grab will be added and then each key press is printed twice. I think that this must have changed not long ago as I had not seen the duplicate events earlier.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/850.