From 607299d75a0603db60489ba4f739c55d86e80a51 Mon Sep 17 00:00:00 2001 From: Stalgia Grigg Date: Wed, 11 Dec 2024 09:18:32 -0800 Subject: [PATCH] Add TODO and issue link for combobox grid combo --- test/tests/combobox_grid-combo.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tests/combobox_grid-combo.js b/test/tests/combobox_grid-combo.js index 57b93c5f3..35f80d53c 100644 --- a/test/tests/combobox_grid-combo.js +++ b/test/tests/combobox_grid-combo.js @@ -879,6 +879,9 @@ ariaTest( // On macOS, the HOME key deselects the grid popup // but it doesn't move the cursor. + // This is being tracked in issue #3191 + // https://github.com/w3c/aria-practices/issues/3191 + // TODO: Remove this once the issue is fixed if (!isMacOS()) { t.true( await confirmCursorIndex(t, ex.comboboxSelector, 0),