-
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)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 urgent
Description
What is the expected behavior?
Users must be able to use the tab key on their keyboard to access to every element in the tab order on the page.
What is the current behavior?
Users are unable to tab past the "Chips Autocomplete" example when using Firefox.
What are the steps to reproduce?
- Open Firefox 64
- Open the chips examples page
- Press tab until you reach the chips in the "Chips with input" example (located under the "Chips Autocomplete" example)
- Observe that it is not possible to reach the chips in the "Chips with input" example because focus is trapped to the "Chips Autocomplete" example.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
- Angular Material Example 7.2.2 located at https://material.angular.io/components/
- FireFox 64
Is there anything else we should know?
Also note this works fine in some other browsers such as Google Chrome.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)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 urgent