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
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.
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?
The text was updated successfully, but these errors were encountered:
* Fixes not being able to escape focus from an `md-chip-list` backwards via shift+tab on all browsers.
* Fixes not being able to tab out of an `md-chip-list` at all on Firefox.
Fixesangular#4593.
* Fixes not being able to escape focus from an `md-chip-list` backwards via shift+tab on all browsers.
* Fixes not being able to tab out of an `md-chip-list` at all on Firefox.
Fixes#4593.
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
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?
The text was updated successfully, but these errors were encountered: