After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605302 - need a KeyboardEvent to execute a MouseEvent
need a KeyboardEvent to execute a MouseEvent
Status: RESOLVED OBSOLETE
Product: pyatspi2
Classification: Applications
Component: general
1.28.x
Other Linux
: Normal normal
: ---
Assigned To: pyatspi2 maintainer(s)
pyatspi2 maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-12-23 13:35 UTC by Martin Trigaux
Modified: 2019-03-27 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Trigaux 2009-12-23 13:35:06 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
Comment 1 André Klapper 2012-02-26 10:42:54 UTC
[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.]
Comment 2 André Klapper 2013-08-14 10:05:53 UTC
[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!]
Comment 3 Magdalen Berns (irc magpie) 2014-11-14 22:35:22 UTC
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.