Patchouli

Patchouli

134M Downloads

Quick Lookup Icon blocks item tooltips in JEI

IdrisQe opened this issue ยท 4 comments

commented

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

commented

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

commented

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)

commented

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.

commented

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?