-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(chips): unable to tab out of chip list with input on firefox #15060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(chips): unable to tab out of chip list with input on firefox #15060
Conversation
2f8a8bb
to
0b3c47f
Compare
I don't quite follow why the focus is trapped- what's going on there? |
If I remember correctly, the problem was on Firefox where if you tabbed from a chip, your focus would land on the chip list because it has a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crisbeto this passes presubmit, just needs a rebase |
Fixes user focus being wrapped back to the first chip, when trying to tab out of a chip list that has an input, on Firefox. Fixes angular#15011.
Rebased. |
0b3c47f
to
fcc45fc
Compare
…ular#15060) Fixes user focus being wrapped back to the first chip, when trying to tab out of a chip list that has an input, on Firefox. Fixes angular#15011.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes user focus being wrapped back to the first chip, when trying to tab out of a chip list that has an input, on Firefox.
Note: the Browserstack failure seems to unrelated.
Fixes #15011.