VazkiiMods / Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers
https://vazkiimods.github.io/Patchouli/
Other
311 stars 124 forks source link

Quick Lookup Icon blocks item tooltips in JEI #739

Open IdrisQe opened 5 months ago

IdrisQe commented 5 months ago

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

TheRealWormbo commented 5 months ago

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

IdrisQe commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

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?