Frontmatter
| id | 9496 |
| title | Grid Multi-Body: Adapt Keyboard Navigation for Split Bodies |
| state | Open |
| labels | epicaigrid |
| assignees | tobiu |
| createdAt | Mar 16, 2026, 10:51 PM |
| updatedAt | Mar 17, 2026, 7:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9496 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9486 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Grid Multi-Body: Adapt Keyboard Navigation for Split Bodies
Openepicaigrid
As part of the Multi-Body Grid architecture Epic (#9486), Keyboard Navigation must be updated to treat the split physical SubGrids as a single continuous logical grid.
The Challenge: Currently, using Left/Right arrow keys navigates through the DOM structure of a single `grid.Body`. In the multi-body setup, the `grid.Body` is split.
Requirements: