Skip to content

Commit

Permalink
add ComboBox related bad text, phetsims/chipper#728
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 17, 2019
1 parent da2a716 commit d54daff
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 @@ -118,7 +118,7 @@ define( require => {

//TODO sun#314 a11yClickListener should not be assigned here, it should be set via options or a setter method
// a11y - select the property and close on a click event from assistive technology, must be removed in disposal
// of combobox item. Keep track of it on the listItemNode for disposal.
// of combo box item. Keep track of it on the listItemNode for disposal.
listItemNode.a11yClickListener = {
keydown: event => {
if ( KeyboardUtil.KEY_ENTER === event.domEvent.keyCode || KeyboardUtil.KEY_SPACE === event.domEvent.keyCode ) {
Expand Down

0 comments on commit d54daff

Please sign in to comment.