isXander / AdaptiveTooltips

Highly configurable tooltip rendering so they always fit on the screen.
GNU Lesser General Public License v3.0
22 stars 12 forks source link

[Feature Request] Tooltip Freezing #20

Closed Julienraptor01 closed 1 year ago

Julienraptor01 commented 1 year ago

It could be great if by pressing a key, we could "Freeze" the tooltip, like stop it from being updated even if the server send a diff version Idk if it's actually possible whitout creating problem but if would allow for scrolling to not be reset when the tooltip change because it wouldn't be changed in the 1st place If you want to test the problem of the tooltip being reset while scrolling : Go on Hypixel Skyblock Look for an item on AH with short lasting delay Try to scroll and see that each time the tooltip update the scroll is reset

isXander commented 1 year ago

This is not feasible, every frame, various pieces of code call the tooltip render method, with a text component. There is no way to identify if one tooltip is the same.