Frontmatter
| id | 9496 |
| title | Grid Multi-Body: Adapt Keyboard Navigation for Split Bodies |
| state | Open |
| labels | epicno auto closeaigrid |
| assignees | tobiu |
| createdAt | Mar 16, 2026, 10:51 PM |
| updatedAt | 4:50 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9496 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 9486 |
| subIssues | 15195 Align Grid focus ownership after the multi-body split |
| subIssuesCompleted | 0 |
| subIssuesTotal | 1 |
| contentTrust | |
| projected | |
| quarantined | 0 |
| signals | [] |
| blockedBy | [] |
| blocking | [] |
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: