minetest-mods / craftguide

:book: The most comprehensive Crafting Guide on Minetest
Other
43 stars 20 forks source link

Can't use area-tooltips on item buttons #80

Closed kilbith closed 4 years ago

kilbith commented 5 years ago

I'd like to use area-tooltips on certain item image buttons, as they show up quicker than the element-tooltips and for another technical reason. Problem: there is no way to override the default tooltips on the item buttons, they show up right after the area-tooltips.

Cc: @rubenwardy @SmallJoker

SmallJoker commented 5 years ago

This appears to be a priority issue. Since the drawing order is fixed, and also the tooltip handling, I'd like to know how you would want to define which tooltip has to be shown above any other.

ghost commented 5 years ago

Rendering order issue?

https://forum.minetest.net/viewtopic.php?t=21691#p339399
https://github.com/minetest/minetest/issues/8036

Wuzzy2 commented 4 years ago

Just because they appear quicker? No, tooltips on buttons should not appear instantly. Also, it's the user's choice how long the tooltip delay is.

kilbith commented 4 years ago

Solution: formspec version 3