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

Quick Lookup Icon blocks item tooltips in JEI #739

Open
IdrisQe opened this issue Apr 8, 2024 · 4 comments
Open

Quick Lookup Icon blocks item tooltips in JEI #739

IdrisQe opened this issue Apr 8, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@IdrisQe
Copy link

IdrisQe commented Apr 8, 2024

Mod loader

Forge

Minecraft version

1.19.2

Patchouli version

1.19.2-77

Modloader version

Forge 43.3.5

Modpack info

https://www.curseforge.com/minecraft/modpacks/cottage-witch/files/5218654

The latest.log file

N/A

Issue description

The Quick Lookup icon covers some item tooltips, especially longer ones, in JEI. This can cut off important information at times.
image
image

Steps to reproduce

No response

Other information

No response

@IdrisQe IdrisQe added the bug Something isn't working label Apr 8, 2024
@TheRealWormbo
Copy link
Contributor

Sounds like the same issue as #737, just in an earlier version.

@IdrisQe
Copy link
Author

IdrisQe commented Apr 8, 2024

Sounds like the same issue as #737, just in an earlier version.

Honestly it sounds like both of these are conflicting issues caused by the same problem.
One is that the quick lookup circle is hidden behind the tooltip, the other is that the tooltip is hidden behind the quick lookup book. Technically distinct problems, but both are a case of information being blocked, and with the same root cause (the quick lookup overlapping with tooltips to begin with)

@TheRealWormbo
Copy link
Contributor

Which one hides which is merely a case of which one gets drawn first. They both have the same root cause, which is that they are being drawn in the same place when the tooltip switches over to the left side of the cursor as that gets too close to the right side of the screen for the tooltip to fit on the right side.

@IdrisQe
Copy link
Author

IdrisQe commented Apr 8, 2024

Which one hides which is merely a case of which one gets drawn first. They both have the same root cause, which is that they are being drawn in the same place when the tooltip switches over to the left side of the cursor as that gets too close to the right side of the screen for the tooltip to fit on the right side.

Okay fair point. Should I close this since it's kind of a duplicate then?

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

No branches or pull requests

2 participants