Horizontal scrolling lists don't work with a mouse or keyboard #6380
Labels
enhancement
New feature or request
FEM spreadsheet
Tracked in the FEM Planning spreadsheet (for zoo team members)
Package
Is your feature request related to a problem? Please describe.
Recent projects and recent subjects are displayed as horizontal scrolling lists, which only really work with touch interfaces like tablet screens or trackpads. If you use the keyboard or, more commonly, a mouse then horizontal scrolling lists are almost impossible to use.
Many, if not most, volunteers will be using a desktop PC with a mouse.
https://www.zooniverse.org/talk/17/3466158?comment=5699812
Describe the solution you'd like
A scrolling list that's been designed, tested, and built with keyboard and mouse accessibility in mind. Vertical scrolling regions, with the appropriate roles and tab indexes, are probably the most accessible solution here.
Additional context
Adrian Roselli's post about keyboard access for scrolling regions is still one of the best sources of information on that subject.
If you want to provide horizontal scrolling for people who rely on the mouse wheel, you can rotate a list so that vertical scrolling with the wheel actually scrolls left-right, but that's not something that anyone expects to happen when they use a mouse wheel.
For short lists, you can use prominent left/right buttons to scroll left/right with a mouse. The Zooniverse projects page does this for project categories.
For long lists, such as a list of a volunteer's projects, vertical scrolling is still the best UX option for mouse users.
The text was updated successfully, but these errors were encountered: