Skip to content

Commit

Permalink
TODO #447
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 22, 2019
1 parent 593f197 commit 152f676
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 @@ -106,7 +106,7 @@ define( require => {
},

// Handle keyup on each item in the list box, for a11y.
//TODO scenery#931 we're currently using keyup because of a general problem with keydown firing continuously
//TODO sun#447, scenery#931 we're currently using keyup because of a general problem with keydown firing continuously
keyup: event => {
if ( KeyboardUtil.KEY_ENTER === event.domEvent.keyCode || KeyboardUtil.KEY_SPACE === event.domEvent.keyCode ) {
firedEmitter.emit( event );
Expand Down

0 comments on commit 152f676

Please sign in to comment.