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 2189cbd commit cf36e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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 cf36e43

Please sign in to comment.