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] Pressing backspace in the search bar removes characters on key up as well as key down #1759

Open
3 of 7 tasks
ThatGamerBlue opened this issue Nov 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ThatGamerBlue
Copy link

What happened?

Pressing backspace while in the search bar consistently deletes two characters from the end of your search, once on key down and once on key up

Fabric API: 0.107.3+1.21.3
Architectury: 14.0.4-fabric
Cloth Config: 16.0.141-fabric
REI: 17.0.790-fabric

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

  • Visual
  • Recipe Lookup
  • Cheat Mode
  • Plugin Integration / JEI Plugin Compatibility
  • Others

Relevant log output

N/A

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • Yes
@ThatGamerBlue ThatGamerBlue added the bug Something isn't working label Nov 10, 2024
@JoshuaVandaele
Copy link

This also happens on pasting (CTRL+V). Both key up and key down events are processed as pasting, resulting in the string being pasted twice.

@P5ina
Copy link

P5ina commented Nov 30, 2024

I'm encountering the same issue, did you find any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants