I recently went ahead and installed chrome vox plugin and tried it on backend with isis. There are many things that needs to be improved, but the most obvious is the faulty hidden sidebar. So try this:
go to administrator/index.php?option=com_users&view=users
and HIDE the sidebar!
now start navigating with the tab
the order after the help button on the toolbar is wrong!
It should be highlighting the search field but instead is highlighting the hidden elements of the sidebar!
How to solve this?
The script that hides/shows the sidebar should also inject aria-hidden="true"
to the ul element when that is hidden and remove it when the sidebar is viewable.
Labels |
Added:
?
|
Labels |
Added:
?
|
Category | ⇒ | Accessibility Administration |
@dgt41I can not go back on the commit. Can you give me a tip?
Try:
https://github.com/joomla/joomla-cms/pulls
press the green button New Pull Request
click on "compare across forks"
Select joomla staging and vinespie staging
Then just name the PR e.g. Accessibility enhancement for sidebar
and copy paste the description and testing instructions from here!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-24 14:38:51 |
Closed_By | ⇒ | dgt41 |
Adding attributes "aria-hidden" set to "true" and "tabindex" set to "-1" when sidebar is hidden. If visible these attributes are removed. Fix #6758
Test instructions