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

Forms do not flush keyboard responses #777

Open
smathot opened this issue Sep 16, 2022 · 1 comment
Open

Forms do not flush keyboard responses #777

smathot opened this issue Sep 16, 2022 · 1 comment
Assignees
Labels

Comments

@smathot
Copy link
Collaborator

smathot commented Sep 16, 2022

When you have a sketchpad with a certain duration that is followed by a form_text_input, pressing a key during the sketchpad presentation will result in direct input to the form_text_input. Oddly, this only happens if you press a single key. This should be fixed such that, by default, forms flush the keyboard and mouse buffer when they are shown.

@smathot smathot added the Bug label Sep 16, 2022
@smathot smathot self-assigned this Sep 16, 2022
@eort
Copy link
Collaborator

eort commented Sep 16, 2022

Oddly, this only happens if you press a single key.

When I tried that yesterday, it happened also with a series of key presses. They all appeared once the form started.

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

No branches or pull requests

2 participants