Skip to content

Commit

Permalink
Add TODO and issue link for combobox grid combo
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Dec 11, 2024
1 parent aa905f6 commit 607299d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tests/combobox_grid-combo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 607299d

Please sign in to comment.