User tests: Successful: Unsuccessful:
I am not sure what the logic/reasoning was for putting the notes on the permissions tab inside a custom element "joomla-alert" but it was wrong - it is not an alert it is just information. Making it an alert has significant impact.
This custom element adds role="alert" to the container. In a11y this role=alert is equivalent to using aria-live=assertive. aria-live="assertive" should be used only when you think the user needs to know the information the very second it appears.
So what happens is that as soon as the permissions tab gets focus and before anything else can happen the entire content of the alert is announced (and cannot be interrupted because it is so important).
This PR changes it back to a simple div and adds some simple css - which obviously can be changed and improved upon.
Also added the text-filter notes at the bottom of the page to this PR as its basically the exact same problem
(can be tested with patchtester)
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Layout |
Labels |
Added:
?
|
Category | Administration Templates (admin) Layout | ⇒ | Administration com_config Templates (admin) Layout |
Title |
|
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-03 05:04:44 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
|
Thanks
Thanks
Conflicts resolved