Bug 482571

Summary: ToolBarButton can be navigated to (focused) but cannot be invoked with the keyboard
Product: [Mono] Mono: Class Libraries Reporter: Andres Aragoneses <aaragoneses>
Component: Windows.FormsAssignee: Mono Bugs <mono-bugs>
Status: RESOLVED DUPLICATE QA Contact: Mono Bugs <mono-bugs>
Severity: Minor    
Priority: P5 - None CC: calberto.cortez
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andres Aragoneses 2009-03-05 20:25:34 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)
Comment 1 Carlos Alberto Cortez 2009-05-23 16:49:28 UTC
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?
Comment 2 Brian Merrell 2009-06-04 15:45:06 UTC
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 ***