Frontmatter
| id | 5295 |
| title | list.Base: keyboard navigation |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 4, 2024, 10:44 PM |
| updatedAt | Mar 5, 2024, 10:17 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5295 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 5, 2024, 10:17 AM |
list.Base: keyboard navigation
tobiu assigned to @ExtAnimal on Mar 4, 2024, 10:44 PM
tobiu unassigned from @ExtAnimal on Mar 5, 2024, 10:06 AM
tobiu assigned to @tobiu on Mar 5, 2024, 10:06 AM

tobiu
Mar 5, 2024, 10:07 AM
this one is an easy fix: itemsFocusable is used inside list.Base, but defined inside menu.List.
i will move the config into the base class. true should be the default for all lists.
tobiu closed this issue on Mar 5, 2024, 10:17 AM
inside the learning section we now have a TreeList on the left side and a List on the right side.
clicking on the item "Earthquakes" => keynav works fine.
clicking on an item inside the right list => still switches items inside the left list when using keynav.
did not look into the code yet.