From 2c6f8f5012220875d313e194dababad264db8aac Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 10 May 2024 15:57:33 -0400 Subject: [PATCH] add a note about NVDA accessible name bug, see https://github.com/phetsims/a11y-research/issues/196 --- documentation/accessibility-bugs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/accessibility-bugs.md b/documentation/accessibility-bugs.md index 6946d5f..e419b0a 100644 --- a/documentation/accessibility-bugs.md +++ b/documentation/accessibility-bugs.md @@ -77,6 +77,7 @@ Please document all known AT bugs in this document. * NVDA might get "stuck" on the heading of a dialog. You have to press "tab" to get out of it. See https://github.com/phetsims/quadrilateral/issues/452 * Home/End/Page Up/Page Down from the number pad do not work with NVDA. See https://github.com/phetsims/sun/issues/872. +* When using a ComboBox, the name of the ComboBox button can be incorrect after changing selection. See https://github.com/phetsims/a11y-research/issues/196. ### 1.4: VoiceOver