Unplanned
Last Updated: 15 Jan 2025 14:36 by Craig
Taylor
Created on: 04 Jun 2024 14:28
Category: CollectionView
Type: Feature Request
7
CollectionView: Provide keyboard support on Desktop
Provide keyboard navigation support for CollectionView
1 comment
Craig
Posted on: 15 Jan 2025 14:36

Control Name:  CollectionView

 Keyboard Accessibility Evaluation

 Focus Management:

NoCan the control receive focus using the Tab key?
NoIs the focus indicator clearly visible?
NoDoes the focus indicator use a property in addition to color?

 

Tab Navigation:

NoCan the user tab into the control?
NoCan the user tab out of the control without being trapped?
NoDoes Shift + Tab navigate in reverse order correctly?

 

Requested Keyboard Input changes (need these on Windows and MacCatalyst):

KeyAction
Arrow KeysShould navigate the list view
Tab / Shift TabTab should navigate the list view items
  
  
  

 

Summary of Issues

  1. The CollectionView control does not have a tabstop and cannot be accessed by the keyboard alone
  2. The first item is not selected when the control gets focus.
  3. Has no ability so scroll with the keyboard
  4. If the user selects an item with the mouse, the keyboard focus for the control is lost and focus will revert to another control (previous focus maybe).  This is effectively a focus trap and needs to be fixed.
  5. No keyboard ability to clear a selection.