Opened 3 years ago
Closed 3 years ago
#54538 closed defect (bug) (fixed)
Reset Password form: Generate Password contains aria-expanded
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Login and Registration | Keywords: | has-patch needs-testing commit dev-reviewed |
Focuses: | accessibility | Cc: |
Description
Steps to reproduce:
- Go to domain.com/wp-admin.
- Select Lost your Password.
- Enter username/email.
- Select Get New Password.
- Click the confirmation link in your email.
- Notice how the Generate Password button contains
aria-expanded="true"
. This button simply regenerates the password, it does not expand/collapse anything.
To fix:
Remove the aria-expanded attribute.
Attachments (2)
Change History (11)
#2
@
3 years ago
- Keywords has-patch needs-testing added
- Milestone changed from Awaiting Review to 6.0
- Version set to trunk
This ticket was mentioned in Slack in #accessibility by alexstine. View the logs.
3 years ago
#5
@
3 years ago
Latest patch fixes a bug on the Profile/Edit User page which causes the "Set New Password" button to keep aria-expanded even after selecting "Cancel Password Change".
Note: See
TracTickets for help on using
tickets.
Added a fix.
This is ready for testing.