GNOME Bugzilla – Bug 793498
gtk+ applications trigger input events on startup (caret / grave accent / acute accent)
Last modified: 2018-05-02 19:52:41 UTC
It seems gtk+ applications create some undesired input events on startup as reproducible with both - gtk-demo (gtk2 2.24.32) - gtk3-demo (gtk3 3.22.26) Steps to reproduce: 1. run the command for i in {1..20}; do gtk3-demo & > /dev/null; done 2. while the command executes open a text edior, hold down a key (e.g. "a") Result in text editor will look something like "aaaaaâaâaaâaáaaâaâaaaaaáaâaáaaaaaaàaaaáaaaaáaà" This was discovered on Windows 10, gtk+ packages from MSYS2 project.
I have a really hard time coming up with a theory for how launching a gtk application could generate input events in another process.
I can't reproduce this on Windows 7 (en-GB), fwiw. Input to the text editor is slow, for obvious reasons, but never produces anything except the "a" I was holding down.
-- 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/1033.