-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tab into radio group handles disabled groups differently #47
Comments
This issue persists with the concept of disabling the whole radio group. The error is specifically with the A potential re-work is to have the element place the While this is not an issue with auro-menu (yet), the same situation exists. AlaskaAirlines/auro-menu#65 |
Moving this to READY FOR WORK as the issue does exist and there is a strong potential for a memory leak when the Similar work is being done with auro-menu that may help shed light on the solution for this issue. |
There is an opportunity to refactor some of the moving logic for this element based on what was learned with this PR to auro-menu |
This doesn't need to be a part of a RC. Bugs can go straight to |
I believe this could be fixed by adding a condition inside
|
Changes to be committed: modified: package-lock.json modified: src/auro-radio-group.js
@fajar-apri-alaska feel free to submit a PR with that fix. Thanks for the feedback. |
I did already, in #109 |
Changes to be committed: modified: package-lock.json modified: src/auro-radio-group.js
Changes to be committed: modified: package-lock.json modified: src/auro-radio-group.js
# [1.7.0](v1.6.2...v1.7.0) (2023-07-19) ### Bug Fixes * **ce:** account for custom naming elements in our api ([11a9b0e](11a9b0e)) * **focus:** make disabled inputs non focusable [#47](#47) ([e140fba](e140fba)) * **input:** make html5 input receive click ([d58a36a](d58a36a)) ### Features * **update:** update repo using new version of generator [#110](#110) ([d06b255](d06b255)) ### Performance Improvements * **csspart:** add csspart to radio-group fieldset [#103](#103) ([75285c9](75285c9)) * **deps:** update dependencies ([6a4d981](6a4d981)) * **release:** update release configuration ([32f60a1](32f60a1)) * **repo:** update references from master to main ([16d8eb3](16d8eb3))
Describe the bug
In some cases, tabbing through focusable items on a page will fail to skip disabled radio groups.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Disabled radio buttons/groups are not focusable.
Screenshots
In repo demo page -> https://drive.google.com/file/d/13eODKqjOAX1c2_UctUdCPOZGFXkx-wjC/view
In demo docs page ->
Screen.Recording.2021-07-12.at.12.03.58.PM.mov
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: