joomla / backend-template

backend template for Joomla 4 working area
GNU General Public License v2.0
13 stars 23 forks source link

Keyboard/screenreader navigation with the new filter options #310

Closed brianteeman closed 5 years ago

brianteeman commented 5 years ago

When you tab to the filter options and then hit enter you open the area with the filters. The expected behaviour is that you can then select your filters. But before you can do that you have to navigate past the sort options.

It is true that this is not any extra keystrokes compared to the current dropdown filter select but it is not a logical order. A screen reader would also be confused by this.

This repo

filter

Original repo

goodfilter

brianteeman commented 5 years ago

Last night I had this reviewed and confirmed by the drupal core accessibility maintainer

chmst commented 5 years ago

Maybe I miss something? I don't see the issue. If I want to filter a big amount of data, I first say the ordering and the limit, then I can activate the filter. Activating a filter is a inClick event, I must define ordering and list limit before.

brianteeman commented 5 years ago

https://github.com/joomla/backend-template/issues/309#issuecomment-506301499

brianteeman commented 5 years ago

Try doing that with a keyboard. You would go to the ordering. then back to open the filter. then passed the ordering again to get to the filters

brianteeman commented 5 years ago

Also remember you might not be filtering just because there is a large number of items. If you filter to select a specific category and then click NEW the category will be preselected.

chmst commented 5 years ago

thx, there are many ways ..

micker commented 5 years ago

hello just to understand no way to see this feature in j4 ?