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

Key down not occurring in Test mode #159

Closed
ProgramComputer opened this issue Oct 10, 2023 · 2 comments
Closed

Key down not occurring in Test mode #159

ProgramComputer opened this issue Oct 10, 2023 · 2 comments
Labels
ux User Experience could be better

Comments

@ProgramComputer
Copy link

if (OPENED == 0) return true;

I can key up when solution is not open but not keydown.

@ProgramComputer ProgramComputer closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2023
ProgramComputer added a commit to ProgramComputer/lwt that referenced this issue Dec 31, 2023
ProgramComputer added a commit to ProgramComputer/lwt that referenced this issue Dec 31, 2023
HugoFara added a commit that referenced this issue Jan 2, 2024
@HugoFara HugoFara added bug Something isn't working ux User Experience could be better and removed bug Something isn't working labels Jan 2, 2024
@HugoFara
Copy link
Owner

HugoFara commented Jan 2, 2024

Thank you for signaling this inconsistent behavior. I gave it a though, and I think it's better to always wait for answer before setting score.

@ProgramComputer
Copy link
Author

ProgramComputer commented Jan 2, 2024

@HugoFara The behavior has changed from

if (e.which == 32 && OPENED == 0) { // space : show sol.
. Then, the space showed the solution and other keys were allowed after space was pressed. The docs aren't clear that some keys aren't available after/before the solution opens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux User Experience could be better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants