From 969777b3df17355a52272e58e3593cdbbef980d8 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Sat, 19 Jan 2019 20:08:54 -0700 Subject: [PATCH] TODO #314 --- js/ComboBoxListBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ComboBoxListBox.js b/js/ComboBoxListBox.js index 5e307f8d..de9c976a 100644 --- a/js/ComboBoxListBox.js +++ b/js/ComboBoxListBox.js @@ -46,7 +46,7 @@ define( require => { tagName: 'ul', ariaRole: 'listbox', groupFocusHighlight: true, - focusable: true + focusable: true //TODO sun#314 why is this needed? ComboBoxListBox is never given focus // Not instrumented for PhET-iO because the list's location isn't valid until it has been popped up. // See https://github.com/phetsims/phet-io/issues/1102