-
Notifications
You must be signed in to change notification settings - Fork 32
fix: π add aria-description to edit User detail btn to fix a11y bug #3113
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
Conversation
This adds the aria-description to the Edit form button in the Edit user details form β Closes: FE-112
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This reverts unnecessary translation and updates aria-description for the User edit button β Closes: FE-112
ZedLi
left a comment
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.
Looks good, thanks for the update!
ZedLi
left a comment
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.
I misread this PR, we shouldn't be hard coding the aria description to user for all buttons, this should be passed through by the consumer
This passes the @ariaDescription down to the edit-toggle component instead it down to the edit button. β Closes: FE-112
β Closes: FE-112
ZedLi
left a comment
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.
Looks good, there was just one typo
addons/rose/tests/integration/components/rose/form/actions/edit-toggle-test.js
Outdated
Show resolved
Hide resolved
β¦t-toggle-test.js Co-authored-by: Zhihe Li <[email protected]>
This adds the aria-description to the Edit form button in the Edit user details form
β Closes: FE-112
Description
ποΈ FE-112
Screenshots (if appropriate)
How to Test
Checklist
a11y-testslabel to run a11y audit tests if neededPCI review checklist
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.