Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpaceBar not working #16

Open
zhbzhbzhbz opened this issue Feb 8, 2017 · 1 comment
Open

SpaceBar not working #16

zhbzhbzhbz opened this issue Feb 8, 2017 · 1 comment

Comments

@zhbzhbzhbz
Copy link

I use Chrome.
Assuming that I pressed SpaceBar, then the blue cover dismissed(unselected), then I pressed Up/Down, but the selected item will be the first one or the last one...
Thank you~

@zhbzhbzhbz
Copy link
Author

zhbzhbzhbz commented Feb 8, 2017

I temporarily fixed this bug in JS file occasionally... But I don't know whether there are any unknown bugs in it.
Firstly, insert the code after Line 181

case 32:
    e.preventDefault();
    e.stopPropagation();
    that.selectHighlighted($list);
    return;

Secondly, remove the code at Line 276;
Thirdly(Optional), remove the code at Line 283~285. This change can make ↑/↓ always available no matter where the mouse is going to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant