User tests: Successful: Unsuccessful:
When creating a user in the admin we can see a password strength meter.
Currently the meter has an aria-describedby value of the following text.
This is not correct as the meter never receives focus. The text needs to have an aria-live value so that when the text is updated it is announced.
This PR corrects that using the technique from https://www.w3.org/WAI/tutorials/forms/examples/password/
There is no visual change
Viewing the source you will see that the aria-describedby in the progress bar div is now an id
And that the aria-live polite value has been added to the text div
requires npm install to test
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
Category | JavaScript Repository NPM Change | ⇒ | JavaScript Repository |
Title |
|
Category | JavaScript Repository | ⇒ | JavaScript Repository NPM Change |
Labels |
Added:
?
Removed: J4 Issue |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
Removed: ? |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-15 08:03:03 |
Closed_By | ⇒ | wilsonge |
Thanks!
Thanks
I have tested this item✅ successfully on b0290db
Thanks for the PR. Works as described.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24437.