Frontmatter
| id | 6233 |
| title | grid.Container / View: add support for the keys PageDown, PageUp, End, Home to navigate |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 14, 2025, 9:57 PM |
| updatedAt | Jan 14, 2025, 11:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6233 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 14, 2025, 11:22 PM |
grid.Container / View: add support for the keys PageDown, PageUp, End, Home to navigate
tobiu assigned to @tobiu on Jan 14, 2025, 9:57 PM

tobiu
Jan 14, 2025, 11:22 PM
https://github.com/user-attachments/assets/2065773c-07e7-4c05-aeaf-7381476a0823
Actually we do not even need to add a custom keyboard navigation for grid.View, since the browser default is sufficient.
The tabindex="-1" DOM attributes for grid cells & rows had to get removed and instead the view wrapper node got it (see video). Now the selection models need work.
tobiu closed this issue on Jan 14, 2025, 11:22 PM
(No description provided)