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
- In the Windows desktop app, use NVDA browse mode to read to a message link.
- Press Applications or Shift+F10.
- 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.
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
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.