-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Dialogs] No arrows usable to select dialog option #5548
Comments
@SAplayer i will look into this. |
@SAplayer - are you sure that arrow keys are standard for navigating buttons on Windows? My understanding was that it's not--only tab and shift-tab are standard. Regarding Enter accessing the default button, I need to double-check, but my understanding is that it is actually always supposed to access the default button on both Windows and Mac; the only difference is that on Windows, the default button changes if you tab into the button group that contains the OK/Cancel buttons. We need to do some research on the standard system behavior before diving into implementing this. Marking low priority to @RaymondLim. |
Yep, on Windows 8.1 (MsgBox) the arrow keys set focus to a button. And enter executes the action of this button. Tab does the same, Shift+Tab the same reverted, Alt+F4 closes a dialog. |
@lkcampbell I don't know anymore how this was planned, but currently the selected button is only clicked by pressing space, not by pressing Enter. Was this intended? |
@SAplayer, I don't know anything about this issue. Did you direct your comment to the wrong person? |
Oh, sorry, I meant @WebsiteDeveloper. |
Fixed in #7493. |
(This an enhanced version of #5538, as I just found a much bigger bug)
When a multiple-choice dialog (more than one available option) shows up, you can't use the arrow keys to select an option. You can use tab to select an option visually, but when you press enter then the default option will be executed.
Steps to repro:
I tested this with following dialogs:
I think this is a big restriction to the aim to get Brackets working with keyboard-only.
Env: Windows 8
Brackets development build (master b5eccf8) & Brackets Sprint 32 (official release)
The text was updated successfully, but these errors were encountered: