Opened 5 years ago
Closed 5 years ago
#48752 closed enhancement (invalid)
On click on visisble password button there is a unnecessary border which blinks on click, it does not suits
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch close |
Focuses: | ui, accessibility, css | Cc: |
Attachments (3)
Change History (9)
#1
@
5 years ago
- Component changed from General to Login and Registration
- Focuses accessibility added
#2
@
5 years ago
- Keywords close added
@ronakganatra thanks for your feedback.
When clicking the Show Password button, focus is moved to the password input field. When the input field gets focused, it shows the focus style that all the input fields in WordPress use. Indication of focus is essential for accessibility, as many users (keyboard users, users with low vision, etc.) need to see where focus is to be able to operate on the user interface.
It's worth re-evaluating if moving focus is really necessary in the first place, as that could help some users but it could be potentially confusing for other users. However, the focus style can't be removed :)
#3
@
5 years ago
Thanks @afercia , Sounds perfect and agree with you.
Thanks for your reply and reviewing this ticket.
Thanks for the patch!
I don't think we can just remove the focus styles for this button, that would make it less accessible.