Frontmatter
| id | 6033 |
| title | examples/button/Base: opening the menu list does no longer allow using the arrow keys to navigate right away |
| state | Open |
| labels | bugepicno auto close |
| assignees | tobiu |
| createdAt | Oct 16, 2024, 12:45 AM |
| updatedAt | Jan 18, 2025, 10:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6033 |
| author | tobiu |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
examples/button/Base: opening the menu list does no longer allow using the arrow keys to navigate right away

Hello @tobiu , I would like to work on this issue.

hi @soumajit23,
while contributions are welcome, i am afraid that this ticket is way too difficult for a first item to work on. you could easily spend a full week on it, since it requires in depth knowledge about the framework mechanics and change history.
My first thought was that it is related to @ThorstenRaab's commit, where he removed the focus() call when showing the button menu: https://github.com/neomjs/neo/commit/342afbbb50d82dd5b4c1230885b6933be9a40e85#diff-e2256fc11cf65d84943c3bd398132cb7e134ddba3a4af65cda9234874bf93b58R547
(i have no clue why this commit had no ticket and description, since it did breaks things)
digging deeper, it is definitely also related to @ExtAnimal's changes on selection models (separating selections and focus of items).
best regards, tobias

@tobiu thank you for clarifying! Looking into it, I see that it is definitely quite difficult to work on. I suppose I will look into other issues to work on for the time being.
@github-actions - 2025-01-17T02:27:36Z
This issue is stale because it has been open for 90 days with no activity.
- 2025-01-17T02:27:36Z @github-actions added the
stalelabel
main.addon.Navigatorintroduction