Mover Home/End key does not work in grid navigation
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
According to Aria pattern, home/end key should navigate between the 1st and the last row when focus is on a grid row:
https://www.w3.org/WAI/ARIA/apg/patterns/grid/
Currently Home/End does not work, as shown in example https://storybooks.fluentui.dev/react/?path=/docs/components-table--docs#composite-navigation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the grid navigation behavior with the WAI-ARIA grid pattern and the linked Fluent UI Storybook example. Locate the TypeScript entry point handling keyboard navigation for grid rows, then verify that Home and End move focus to the first and last row respectively.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100