Minimap Button Tooltip replaces other tooltips
Northyman opened this issue ยท 2 comments
Describe the bug
When hovering another minimap tooltip for an addon, items, spells, both in bag, spellbook and on hotkey bars the tool tip will be replaced by KillTrack tooltip from the killtrack minimap button hovering. This can also be flightpath tooltips.
To Reproduce
Hover over something with a tooltip, and it will often replace the tooltip that is supposed to be there with killtrack tooltip after a second
This does not allways happen
Expected behavior
I only expect to see the KillTrack tooltip when hoovering over the KillTrack minimap button.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information)
- OS: Windows 11 Pro, 23H2, Build 22631.4169
- WoW version/patch: 1.15.4.56857
- WoW branch: classic SOD
- AddOn version: 2.31.10
- Are you using a nolibs download of the AddOn? Unsure
Additional context
Nothing that comes to mind.
Will you be working to fix this problem yourself in a PR?
No.
I am unfortunately unable to reproduce this.
Can you provide some additional information?
- Are any Lua errors being thrown at any point? (Install BugSack and BugGrabber to check).
- Does this occur when KillTrack is the only AddOn enabled? (If not, can you identify any specific AddOn combinations that make the issue happen?)
- Is this specifically when using the minimap button and not the data display in a broker display addon like ChocolateBar, Titan Panel et.c?
I have pushed a new alpha version (v2.31.10-1-ge1f421f) that adds some debug logging to the broker plugin part of the addon.
If you can do the following it might provide some useful data:
- Update to the alpha version (v2.31.10-1-ge1f421f) (should be available on CurseForge and Wago AddOns, but WoWInterface unfortunately does not support alpha versions)
- Go in-game
- Enable debug logging with
/kt debug
(make sure it says "Debug enabled!") - Try to reproduce the issue
- Note down if there were any Broker-related debug messages being written when the tooltip gets overwritten
- Once you're finished with debugging you can run
/kt debug
again to toggle it off