UI improvement suggestion : field-to-field navigation

Moderator: jsachs

Post Reply
pierrelabreche
Posts: 736
Joined: January 29th, 2019, 11:47 pm
What is the make/model of your primary camera?: Nikon Z8

UI improvement suggestion : field-to-field navigation

Post by pierrelabreche »

Finding
Tab key and Shift-tab don't work as I was expecting

A few references :
Common examples of UI components that contain multiple focusable elements are radio groups, tablists, menus, and grids. A radio group, for example, contains multiple radio buttons, each of which is focusable. However, only one of the radio buttons is included in the tab sequence. After pressing the Tab key moves focus to a radio button in the group, pressing arrow keys moves focus among the radio buttons in the group, and pressing the Tab key moves focus out of the radio group to the next element in the tab sequence.
Reference: https://www.w3.org/WAI/ARIA/apg/practic ... interface/
In Windows applications, users navigate by pressing the TAB key to move the input focus from one UI element to another. They press the SPACEBAR or ENTER key to choose the currently selected active region or to activate a control or command. Pressing the SHIFT+TAB key combination reverses the navigation order, moving the input focus backward through the elements, and pressing the arrow keys moves the input focus in specific directions within a group of elements. For more information about input focus, see Input Focus Location.
Reference : https://learn.microsoft.com/en-us/previ ... ace-design

Suggestion
Implement Tab and Shift-Tab navigation in dialog boxes
Post Reply