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]: Visual Bug when hovering the "+" button in Refined Storage #3630

Open
AFKafe opened this issue Jul 25, 2024 · 3 comments
Open

[Bug]: Visual Bug when hovering the "+" button in Refined Storage #3630

AFKafe opened this issue Jul 25, 2024 · 3 comments
Labels

Comments

@AFKafe
Copy link

AFKafe commented Jul 25, 2024

Steps to Reproduce the Bug

  1. Have a Refined Storage system
  2. Check a craft with JEI when you're in RS
  3. 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

Exemple here :
Bug JEI - Refined

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

@mezz mezz added the bug label Jul 25, 2024
@mezz
Copy link
Owner

mezz commented Jul 25, 2024

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.

@mezz
Copy link
Owner

mezz commented Jul 25, 2024

I opened a PR with RS to fix the issue here:

@AFKafe
Copy link
Author

AFKafe commented Jul 26, 2024

Sorry for the delay, thanks for opening the PR.

Keep up the great work and thanks for your mods!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants