Debugify

Debugify

16M Downloads

[Bug] Debugify breaks JEI's search bar

Peach774 opened this issue ยท 4 comments

commented

Describe the bug
With debugify, the JEI search bar can not be clicked out of or escaped from.

To Reproduce

  1. Install Debugify and JEI
  2. Create a new world
  3. Type something into JEI
  4. Try to press escape or click outside the search bar to stop typing.
  5. Be forced to click an item with a recipe to stop typing in the search bar.

Expected behavior
You should be able to click outside of the JEI search bar, or press Esc to stop typing.

Desktop (please complete the following information):

  • Minecraft Version: 1.18.2
  • Mod Loader: Forge 40.0.44
  • Mod Version: 1.7.0

Additional context
Any version of JEI for 1.18.2 should work

Checklist

  • I made sure this bug hasn't already been reported

  • I made sure I am using the most up to date mod loader and mod version

commented

I suggest you disable that fix in the meantime while I fix the fix! (MC-147605)

commented

Fixed in 2ebeca5

commented

Thanks for the fix! What was the issue with JEI?

commented

Thanks for the fix! What was the issue with JEI?

Wasn't anything with JEI. This bug fix broke when there were widgets and text fields in the same gui. The text field would never focus because the widget was already focused.