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

[BUG] Extra characters can be entered via the Jumble visual keyboard beyond the character limit #41

Closed
paulkim26 opened this issue Oct 15, 2023 · 1 comment · Fixed by #42
Assignees
Labels
bug Something isn't working hacktoberfest

Comments

@paulkim26
Copy link
Contributor

paulkim26 commented Oct 15, 2023

Describe the bug

In Jumble, the user can enter additional characters into the visual keyboard even if the character limit in the input field is reached. These extra characters cannot be seen but are present - you can tell because you can backspace them.

To Reproduce

  1. Go to https://ikeawordgames.com/en/jumble/easy.
  2. Open the visual keyboard.
  3. Fill out the input field, then add a couple extra characters.
  4. Press backspace on the visual keyboard. Nothing changes.
  5. Only upon pressing backspace more times, will the changes in the input field be visible.

Expected behavior

It should not be possible to enter extra characters into the input field. If the input field is filled and a backspace is pressed, the user would expect to see characters being deleted.

Screenshots

Result after pressing the backspace on the visual keyboard after the input field is filled. Note that the input field is still full (has 4 letters).
image

Desktop:

  • OS: Windows 11
  • Browser: Chrome
  • Version: 117.0.5938.152 (Official Build) (64-bit)

Additional context

If this issue is accepted, I would greatly appreciate it if was labelled as a hacktoberfest issue.

@avikantz
Copy link
Owner

Ahh, good eye!

avikantz pushed a commit that referenced this issue Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
2 participants