GNOME Bugzilla – Bug 605302
need a KeyboardEvent to execute a MouseEvent
Last modified: 2019-03-27 20:10:37 UTC
Overview: the MouseEvent clic (but do the same with anymouse event I've tested) isn't executed. If I send a generateKeyboardEvent, the mouseEvent is executed and the keyboard just after Steps to Reproduce: run the following code : import time from pyatspi import Registry as registry registry.generateMouseEvent(300, 300, 'b1c') time.sleep(5) import gtk.keysyms import gtk.gdk from pyatspi import KEY_SYM keySym = gtk.gdk.keyval_from_name('a') registry.generateKeyboardEvent(keySym, None, KEY_SYM) Actual Results: nothing happens during 5 second do a clic in 300,300 write 'a' Expected Results: do a clic in 300, 300 nothing happens during 5 second write 'a' Build Date & Platform: Package python-at-spi 0.6.1-1.2 on Debian Sid amd64
[Resetting QA Contact to newly introduced "at-spi-maint@gnome.bugs". Reason: So far it was impossible to watch changes in at-spi bug reports without following all the specific persons (Li Yuan, Bill Haneman, Jeff Wai, ...) and also their activity outside of at-spi reports. IMPORTANT: Anyone interested in following all bug activity (including all maintainers) must watch the "at-spi-maint@gnome.bugs" dummy user by adding it to the 'Users to watch' list under Preferences->Email preferences. This is also the default procedure nowadays in GNOME when setting up new products.]
[Mass-resetting default assignee, see bug 705890. Please reclaim this bug report by setting the assignee to yourself if you still plan to work on this. Thanks!]
I'm going to go ahead and close this because it concerns a very old version. Feel free to open a new bug if the problem persists.