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

fix: reset active key flag after the click event is fired #167

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

web-padawan
Copy link
Member

Description

Follow-up to #166

For some reason, Space key on the button in Chrome fires the click event after a timeout.
So, current approach of setting _activeKeyPressed works for Enter but not Space.

No test since we don't have an equivalent of sendKeys in the old test runner 😕

Type of change

  • Bugfix / Refactor

@web-padawan web-padawan changed the title refactor: reset active key flag after the click event is fired fix: reset active key flag after the click event is fired Mar 4, 2024
@web-padawan web-padawan merged commit a2c3086 into master Mar 4, 2024
3 of 4 checks passed
@web-padawan web-padawan deleted the fix/space-key-flag branch March 4, 2024 14:21
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

Successfully merging this pull request may close these issues.

2 participants