Skip to content

Message link context menus do not receive focus with screen readers on Windows #10390

Description

@akj

What happened

Opening a message link's context menu in NVDA browse mode does not move focus to its options reliably.

Diagnosis

A link-focus event can arrive after the native desktop menu opens, leaving NVDA on the underlying link. Preserving Electron's keyboard invocation source helped an initial comparison but did not fix repeated openings in the app.

Steps to reproduce

  1. In the Windows desktop app, use NVDA browse mode to read to a message link.
  2. Press Applications or Shift+F10.
  3. The menu opens, but NVDA does not move to its options. Repeat with another link if the first attempt works.

Environment

T3 Code 0.0.39-nightly.20260906.1303, Windows 11, NVDA.

Evidence

Windows accessibility logging captured link focus after the native menu opened. The reporter confirmed that an in-page ARIA menu worked, then verified the integrated fix with T3's existing menu component on both web and file links.

Fix applied

#10391 uses the existing in-page menu component for message links. No changes to the installed app or NVDA settings.

Filed by Codex, GPT-6, following the T3 triage playbook.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken or behaving incorrectly.via-triageFiled through npx t3 triage

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions