You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've bumped into an interesting bug that originates from interaction between this addon and Spy addon.
Spy addon happens to add some info into minimap tooltips. Even though most of the time it is just a new line, the logic in BetterBattlePetTooltip detects that the tooltip text does not equal currentText and attempts to add details. This results in an infinite lines addition, see the screen-shot:
It is arguable if Spy shall add this new line at all, but I think the same bug can happen if a different addon adds some other text into the tooltip, so definitely the logic in BetterBattlePetTooltip shall be fixed somehow.
Best Regards!
The text was updated successfully, but these errors were encountered:
Hi Phanx,
I've bumped into an interesting bug that originates from interaction between this addon and Spy addon.
Spy addon happens to add some info into minimap tooltips. Even though most of the time it is just a new line, the logic in BetterBattlePetTooltip detects that the tooltip text does not equal currentText and attempts to add details. This results in an infinite lines addition, see the screen-shot:
It is arguable if Spy shall add this new line at all, but I think the same bug can happen if a different addon adds some other text into the tooltip, so definitely the logic in BetterBattlePetTooltip shall be fixed somehow.
Best Regards!
The text was updated successfully, but these errors were encountered: