[Bug]: Visual Bug when hovering the "+" button in Refined Storage
AFKafe opened this issue ยท 3 comments
Steps to Reproduce the Bug
- Have a Refined Storage system
- Check a craft with JEI when you're in RS
- Hover the "+" button
3_1. When you have items, no problem
3_2. When you don't have items or when you have a pattern for one of the crafted items
Expected Behavior
The elements at the edge of the craft window (categories, etc.) don't move elsewhere on the interface when hovering over the "+" button when you are in one of these situations: "don't have any objects for crafting" or "have a pattern for one of the elements of the items"
Actual Behavior
The elements at the edge of the craft window (categories, etc.) move elsewhere on the interface when hovering over the "+" button when you are in one of these situations: "don't have any objects for crafting" or "have a pattern for one of the elements of the items"
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
Tested on a Modpack in 1.20.1 (Forge 47.3.0) created for testing this bug without other mods.
Modlist :
- JEI (15.8.0.17)
- Refined Storage (1.12.4)
latest.log
https://gist.github.com/AFKafe/95a12e343c0ff3b09ddcdbddea9130be
Thanks for the report!
It looks like RS does something that leaves everything shifted:
https://github.com/refinedmods/refinedstorage/blob/112771d91adff594fae5d499708e700f9dc8ec3e/src/main/java/com/refinedmods/refinedstorage/integration/jei/RecipeTransferCraftingGridError.java#L40-L45
They should have a pushPose
and popPose
around that code in order to avoid leaking the translation.
Please report this to Refined Storage and link back to this issue.
I will add some defensive code to JEI to help mitigate the problem too.
I opened a PR with RS to fix the issue here: