-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Milestone
Description
See this video from issue #149:
Screen.recording.2025-02-24.4.34.35.PM.webm
(Note that this includes changes from #225)
Using left/right navigation on a parent category doesn't allow its blocks to be navigated to as 'right' either expands the parent category or navigates to its children.
This is actually a bit tricky because 'down' and 'right' can be ambiguous when it comes to nested categories. 'Down' presumably means to navigate to the next available category/subcategory (which means skipping children if a parent is currently collapsed), whereas 'right' can mean either 'expand', 'navigate to next', or 'navigate to blocks'. Two (of likely many) possible solutions may be to:
- Always expand subcategories when keyboard navigation is enabled to simplify the navigation experience (though this could become unwieldy for very large amounts of nesting).
- Have 'right' mean to expand the subcategory first and navigate to the category's blocks second, though this will need to have some sort of readout feedback and it's potentially confusing/frustrating to require two actions to navigate to a category's blocks.
Metadata
Metadata
Assignees
Labels
No labels