Bugzilla – Bug 482571
ToolBarButton can be navigated to (focused) but cannot be invoked with the keyboard
Last modified: 2009-06-04 15:45:06 UTC
Steps to reproduce: 1. Launch this sample app: http://anonsvn.mono-project.com/viewvc/trunk/uia2atk/test/samples/toolbarbutton.py?view=log 2. Press the down-arrow of your keyboard: now you can focus on the toolbarbuttons. 3. Move to the first or the last "nop" element, and press Enter on them. Current results: Nothing happens. (Mono) Expected results: The label below should be changed to "You clicked nop button" or "You clicked PushButton X times". (MS.NET)
The iron python sample is not working for me (at least on Linux with the last IronPython version). Unfortunately it's not showing error message, and it just basically doesn't show any form. Running with trace activated shows a ImportException, which sounds like there's something wrong with the import statements, or with the references. Any chance to take a look at that?
Sorry Andres, I didn't see that you had already logged this bug. I just logged a new one, but I think it provides some additional information. Carlos, the problem was that the sample that Andres linked had some code that relied on our specific test environment. I will correct this in Bug 509985. *** This bug has been marked as a duplicate of bug 509985 ***