#42749 closed enhancement (duplicate)
Accessibility enhancements for change password field
Reported by: | alexstine | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9 |
Component: | Users | Keywords: | |
Focuses: | accessibility | Cc: |
Description
Attaching accessibility enhancements to the users.js file which includes support for the change password box. The button is now never hidden and will offer a more accessible experience.
- Announce when form is open or closed.
- Focus in form after open.
Hope it's useful.
Attachments (3)
Change History (18)
#1
follow-up:
↓ 2
@
7 years ago
- Keywords needs-patch added
Hi @alexstine, welcome to WordPress Trac! Thanks for the ticket.
Could you create a patch with your changes? Working With Patches tutorial might be helpful.
#2
in reply to:
↑ 1
@
7 years ago
- Focuses multisite removed
I've attached a patch file.
Replying to SergeyBiryukov:
Hi @alexstine, welcome to WordPress Trac! Thanks for the ticket.
Could you create a patch with your changes? Working With Patches tutorial might be helpful.
#6
@
7 years ago
I'd second to not move focus programmatically, as it is often just an assumption on a specific workflow. See also #42852 where the attached patch incorporates some of the changes proposed here.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by rianrietveld. View the logs.
6 years ago
#12
@
6 years ago
- Keywords needs-refresh added
- Milestone changed from 5.1 to Future Release
Patch needs updating.
Accessibility fixes for users.js.