Page 1 of 1

[1.1.76] Tooltip for recipe in crafting gui fails to appear

Posted: Thu Mar 23, 2023 2:38 pm
by Atraps003
In the crafting gui if a recipe is clicked before the tooltip delay expires the tooltip will not appear.

Re: [1.1.76] Tooltip for recipe in crafting gui fails to appear

Posted: Mon Mar 25, 2024 9:46 pm
by Rseding91
Thanks for the report. I looked into this and it seems this behavior is built into the GUI library we use since 9+ years ago. If a widget is clicked before the hover time expires it marks it as "do not hover anymore" which disables the tooltip for the widget.

I have no idea why it works like that.. but based off Factorio logic I don't think we want it to work like that either. I'll discuss it internally and most likely we will remove that logic for 2.0 so it just always shows tooltips regardless of you clicking on them before the tooltip time elapses.