AccessKit / AccessKit/accesskit

Add UIA support for menus

Open
#27 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.5k
Forks
114
Avg merge
8h 25m
Merged PRs (30d)
28

Description

This encompasses both menu bars and popup/context menus. These implement keyboard focus and selection much like list boxes. But menus have their own quirky events, and we'll need to make sure our implementation of these events works correctly with all of the Windows screen readers.

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 locating the existing UIA support for list boxes and compare its keyboard focus, selection, and event handling with the requirements for menu bars and popup/context menus. Verify behavior with Windows screen readers, including the menus’ distinct events. Done means both menu types expose correct focus, selection, and events.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
accessibility
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.