microsoft / microsoft/tabster

Mover Home/End key does not work in grid navigation

Open
#474 0 comments 0 reactions 0 assignees View on GitHub

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:

Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.