LearnNewsExamplesServices
Frontmatter
id5295
titlelist.Base: keyboard navigation
stateClosed
labels
bug
assigneestobiu
createdAtMar 4, 2024, 10:44 PM
updatedAtMar 5, 2024, 10:17 AM
githubUrlhttps://github.com/neomjs/neo/issues/5295
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 5, 2024, 10:17 AM

list.Base: keyboard navigation

Closed v8.1.0 bug
tobiu
tobiu commented on Mar 4, 2024, 10:44 PM

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.

Screenshot 2024-03-04 at 22 36 34
tobiu added the bug label on Mar 4, 2024, 10:44 PM
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
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 referenced in commit 2aa52eb - "#5295 moving the itemsFocusable config from menu.List to list.Base." on Mar 5, 2024, 10:12 AM
tobiu closed this issue on Mar 5, 2024, 10:17 AM
tobiu referenced in commit 812998f - "#5295 moving the itemsFocusable config from menu.List to list.Base." on Mar 26, 2024, 5:29 PM