-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(checkbox): no persistent focus indicator if clicked on outer touch target padding #26486
Labels
area: material/checkbox
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
area: material/checkbox
and removed
needs triage
This issue needs to be triaged by the team
labels
Feb 1, 2023
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 1, 2023
…ch target Fixes that while we were toggling the checked state of a checkbox when its touch target is clicked, we weren't moving focus to the internal `input`. Fixes angular#26486.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 1, 2023
…ch target Fixes that while we were toggling the checked state of a checkbox when its touch target is clicked, we weren't moving focus to the internal `input`. Fixes angular#26486.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 2, 2023
…ch target Fixes that while we were toggling the checked state of a checkbox when its touch target is clicked, we weren't moving focus to the internal `input`. Fixes angular#26486.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 2, 2023
…ch target Fixes that while we were toggling the checked state of a checkbox when its touch target is clicked, we weren't moving focus to the internal `input`. Fixes angular#26486.
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: material/checkbox
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
no persistent focus indicator if clicked on outer touch target padding... leading to non convenient keyboard (tab / shift+tab) controls.
Reproduction
Steps to reproduce:
Expected Behavior
or
Actual Behavior
no persistent focus indicator if clicked on outer touch target padding... leading to non convenient keyboard (tab / shift+tab) controls.
Environment
The text was updated successfully, but these errors were encountered: