You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An accessibility issue exists with the drop-down field in the Search and Filter function. When users attempt to navigate backward using <Shift>+<Tab>, the focus does not return to the previous field. Instead, it collapses/expands the drop-down repeatedly, creating a "focus trap". Users must navigate forward through all subsequent <Tab>-able elements to return to the previous field, which disrupts keyboard navigation and hinders accessibility.
Locate the Filters section at the top of the page.
Use <Tab> to navigate into the first and second drop-down fields ("Category"," All Locations").
Verify that <Tab> moves the focus forward and <Shift>+<Tab> correctly moves the focus back to the previous field or interactive element.
Navigate to the third field ("Select Postal Code") where the Search and Filter function is applied.
Attempt to use <Shift>+<Tab> to return to the previous field.
Observed Behavior - instead of moving to the previous drop-down field, <Shift>+<Tab> causes the drop-down to collapse/expand, and the focus remains trapped within the field.
NOTE: - I also encountered this same bug when using <Tab>/<Shift>+<Tab> commands in the examples provided on https://choices-js.github.io/Choices/, under the "Multiple select input" section.
Expected behavior:
When using <Shift>+<Tab> in the "Select Postal Code" field:
The focus should move to the previous drop-down field ("All Locations").
Keyboard users should not encounter any traps or disruptions in navigation, ensuring smooth backward navigation across all fields in the section.
Screenshots:
Not applicable.
Choices version and bundle:
11.0.2, choices.js
Desktop (please complete the following information):
OS: Windows 11 Pro - version 23H2
Browsers - tested in:
Firefox Developer Edition - version 134.0b3
Chrome - version 131.0.6778.86
Edge - version 131.0.2903.70
Note - all browsers indicate they are up to date in Settings section.
Smartphone (please complete the following information):
Not applicable (since this is a keyboard issue).
The text was updated successfully, but these errors were encountered:
Describe the bug:
An accessibility issue exists with the drop-down field in the Search and Filter function. When users attempt to navigate backward using
<Shift>+<Tab>
, the focus does not return to the previous field. Instead, it collapses/expands the drop-down repeatedly, creating a "focus trap". Users must navigate forward through all subsequent<Tab>
-able elements to return to the previous field, which disrupts keyboard navigation and hinders accessibility.To Reproduce:
<Tab>
to navigate into the first and second drop-down fields ("Category"," All Locations").<Tab>
moves the focus forward and<Shift>+<Tab>
correctly moves the focus back to the previous field or interactive element.<Shift>+<Tab>
to return to the previous field.Observed Behavior - instead of moving to the previous drop-down field,
<Shift>+<Tab>
causes the drop-down to collapse/expand, and the focus remains trapped within the field.NOTE: - I also encountered this same bug when using
<Tab>
/<Shift>+<Tab>
commands in the examples provided on https://choices-js.github.io/Choices/, under the "Multiple select input" section.Expected behavior:
When using
<Shift>+<Tab>
in the "Select Postal Code" field:Screenshots:
Choices version and bundle:
Desktop (please complete the following information):
Note - all browsers indicate they are up to date in Settings section.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: