-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chipsarea: material/input
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
User can forward tab out of a chip list with input.
What is the current behavior?
If you focus a chip-list with input in chrome, you can continue tabbing to the next components on the page.
On Firefox, once you tab into the chip-list, pressing tab move between the chips and the input.
What are the steps to reproduce?
- Go to chips overview at https://material.angular.io/components/chips/overview
- Scroll to the
Chips with inputexample. - Click the input to focus and press tab.
Focus will go to the Lemon chip. Pressing tab repeatedly switches focus between the first chip and the input.
If the chip list is empty, the tab key will focus the next item on the page.
Chrome does not have this problem.
What is the use-case or motivation for changing an existing behavior?
Keyboard navigation accessibility
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
I assume the demo site is at 6.0.0 per page header so I think all latest. The same problem exists on 5.2.4 as well.
Is there anything else we should know?
This issue appears to have been fixed at one time under #4605 a long time ago but appears to have returned.
davherrmann and rrajewski
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chipsarea: material/input