Bugzilla – Bug 509985
Pressing buttons with the keyboard does not work as expected with ToolBarButtons
Last modified: 2009-07-02 04:06:41 UTC
Description of Problem: This was found on Mono WinForms revision 133896. In Windows I can press ToolBarButtons and drop down ToolBarButtons with the keyboard*. I cannot do this in Mono on Linux. Steps to reproduce the problem: 1. Run the attached (IronPython) test case application 2. Press the right arrow to focus on the "Push Button" button 3. Press Enter (or Space) (which should press the button and update the GUI label) 4. Press the right arrow to focus on the "DropDownButton" drop-down button 5. Press the down arrow (which should drop down the "DropDownButton" menu) Actual Results: Pressing enter when a push button is focused has no effect Pressing down when a drop down button is focused has no effect Expected Results: Pressing enter when a push button is focused should have the effect of clicking it. Pressing down when a drop down button is focused should drop down the menu. How often does this happen? Every time. Comments: * - The "Toggle" toggle button on the ToolBar doesn't appear to be toggled on or off with the keyboard in Windows. This bug is bad for the accessibility and accessibility tests.
Created attachment 296275 [details] IronPython test case application referenced above
*** Bug 482571 has been marked as a duplicate of this bug. ***
Created attachment 296277 [details] IronPython test case application referenced above
This is fixed in rev 137228. Thanks!
Forgot to mark as resolved.