User tests: Successful: Unsuccessful:
When you are doing an update or reload etc of joomla you will see a progress bar and then a progress list, % complete, bytes extracted etc.
This PR adds aria-live to the value of %complete so that every time the value updates it is announced to users of screen readers.
It deliberately does not announce the bytes extracted etc as that would be information overload.
To test apply the pr, then do an update. When the update starts and you see the % complete change view the source for that and you will see it has "aria-live=polite" OR test with a screen reader and you will hear 5%, 6% etc
Note - obviously after the update the changes in this PR will be lost and you will need to apply them again if you want to test for a secnd time.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-27 12:08:56 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
thanks - that was fast
Thanks!