-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When using the keyboard to navigate the page, you should be able to tab into a chips component and use the arrow keys to navigate items, then tab or shift-tab to move away from the chips component.
What is the current behavior?
You are able to forward tab out of the component, but shift-tab does not let you leave and move back to the previous item on the page.
What are the steps to reproduce?
This is evident on the component guides page: https://material.angular.io/components/component/chips
- Click on overview.
- Tab into the chip
- Use the arrow keys to navigate through chips, use space bar to select. All good.
- Forward tab moves you to the next focusable element on the page, good.
- Shift-tab back to the chips.
- Shift-tab again, you are unable to lose focus on the first chip and navigate back to the previous item on the page.
- Use the arrow keys to select a chip other than the first. Shift tab, you are taken back to the first chip. Shift-tab again, you are unable to lose focus.
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://goo.gl/DlHd6U
What is the use-case or motivation for changing an existing behavior?
Accessibility issue
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)