Skip to content

Commit

Permalink
TODO #445
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 20, 2019
1 parent b5f8ba9 commit 0e5106c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ComboBoxListBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ define( require => {
// of combo box item. Keep track of it on the listItemNode for disposal.
listItemNode.a11yClickListener = {
keydown: event => {

//TODO sun#445 KEY_ENTER is not working
if ( KeyboardUtil.KEY_ENTER === event.domEvent.keyCode || KeyboardUtil.KEY_SPACE === event.domEvent.keyCode ) {

//TODO address sun#447
Expand Down

0 comments on commit 0e5106c

Please sign in to comment.