http://bugs.winehq.org/show_bug.cgi?id=12527
Summary: radio button groups don't work with up/down arrow keys Product: Wine Version: CVS/GIT Platform: PC URL: http://winmerge.org/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: msclrhd@gmail.com
1. Open an application that has a radio button group, e.g.: * WinMerge (http://winmerge.org/) * Some installers
I will use WinMerge as the example for the rest of this bug report:
2. Press Ctrl+N to create a new document 3. Enter "A" in the "Untitled left pane" 4. Enter "B" in the "Untitled right pane" 5. Close the application
This will bring up a "Save modified files?" dialog. NOTE: Using tab to navigate around the dialog sets the focus to the correct items in the correct sequence.
6. Press the left mouse button on one of the "Save changes" radio buttons 7. Press the down arrow key
This should select the "Discard changes" radio button. The button has the focus, but is not selected. As a workaround, pressing the space key will select the button.
8. Press the down arrow key
This should select the "Save changes" radio button, cycling the radio button grouping. This does not work. If you are on the bottom group, it selects the "Discard All" button. If you are on the top group, no item is selected and pressing the down arrow key again selects the "Untitled right" edit box.
9. Press the left mouse button on one of the "Discard changes" radio buttons 10. Press the up arrow key
This should select the "Save changes" radio button. The button has the focus, but is not selected. As a workaround, pressing the space key will select the button.
11. Press the up arrow key
This should select the "Discard changes" radio button, cycling the radio button grouping. This does not work. If you are on the bottom group, it selects the "Untitled left" edit box. If you are on the top group, it selects the "Untitled right" edit box.