Testing task: Navigate out of a listbox popup by moving the editing cursor to the left
With NVDA in focus mode on mode, describe how NVDA behaves when performing task "With focus on an option in the listbox popup, navigate back to the textbox by moving the editing cursor to the left."
Activate the "Open test page" button below, which opens the example to test in a new window and runs a script that expands the combobox, sets the combobox value to 'Alabama', places focus on that option in the listbox popup and positions the editing cursor at the end of the textbox.
Press Insert+Space. If NVDA made the browse mode sound, press Insert+Space again to turn focus mode back on.
With focus on an option in the listbox popup, navigate back to the textbox by moving the editing cursor to the left.
Using the following commands, With focus on an option in the listbox popup, navigate back to the textbox by moving the editing cursor to the left.
Left Arrow (focus mode on)
Success Criteria
To pass this test, NVDA needs to meet all the following assertions when each specified command is executed:
Role 'combobox' is conveyed
Name of the combobox ('State') is conveyed
State of the combobox (expanded) is conveyed
Text of the selected option ('Alabama') is conveyed
The ability to enter or edit text is conveyed
The presence of autocomplete behavior is conveyed
Cursor position (on the character 'a') is conveyed
Record Results
Navigate out of a listbox popup by moving the editing cursor to the left