A Steam user
reminded me of a long-standing minor annoyance with the inventory dialog: the tooltips for equipped items linger around long after you've stopped focusing on them, which can get in the way of other stuff you want to see. I've taken a stab at fixing this with my new
Tooltip Cleanup addon. As a first pass, we arrange for the tooltip to be cleared when focus leaves the equipment slot frame that was tooltipping at us; handling tooltips on the inventory side would probably be trickier.
[And there's probably time to get this squeezed into ZOmnibus and/or ZOmnibus Lite for the 1.6 release, if people think it would be a good thing…]
[Technical notes:]
Code: Select all
Superload:
engine.ui.EquipDoll:
no_focus() [to clear the tooltip on frame unfocus]
setInnerFocus() [overloaded, to help with the preceding]
generateEquipDollFrames() [to help with the preceding]