Frontmatter
| id | 5755 |
| title | main.DomEvents: onKeyDown() => only prevent arrow keys from scrolling for views with a selection model |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Aug 13, 2024, 10:08 PM |
| updatedAt | Aug 13, 2024, 10:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5755 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 13, 2024, 10:09 PM |
i just got noticed on reddit about this one: https://www.reddit.com/r/javascript/comments/1er102o/comment/lhyje9x/
this is related to an old ticket: https://github.com/neomjs/neo/issues/1729
the logic should be that arrow keys prevent their default for views which are using a selection model. especially the table is critical.