Skip to content

Commit

Permalink
TODO #314
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 20, 2019
1 parent e07398c commit 969777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ComboBoxListBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 969777b

Please sign in to comment.