Auctionator

Auctionator

137M Downloads

Tooltip of bet battle price overlap with other addons

strickland opened this issue ยท 8 comments

commented

Please include as much of the following information as possible to help me fix the bug:

Brief Description of Bug

I think all the things and other addons like battlepet something, I forgot its name. which show tooltip information

Check screenshot!

Please include a brief description of the bug, including what you were doing, and when it occurred.

Steps to Reproduce

Run any other tooltip addon, like all the things.

Include the steps I would need to follow to reproduce the bug.

Loaded Addons

Include a list of addons you were running at the time this bug occurred.

Back Trace (LUA Error Output)

You can get this through the use of !BugGrabber and BugSack addons.

no error in buggrabber or bugsack! Its just an appearance of tooltip overlapping.

commented

Can't really fix this without more information, but I know that ATT at least doesn't overlap - I just tested
image
image

commented

The pet battle addons that I have are.

Battle Pet BreedID
PetTracker
Rematch

Here's what I'll do, ill disable one by one to see which one is interfering with the text in there, hold on.

commented

It's probably PetTracker. The auctionator battle pet auction price tooltip can be turned off, or PetTracker can be edited to fix the issue (in PetTracker/addons/main/features/tooltips.lua at line 43 add BattlePetTooltip:AddLine(" "))
image

image

commented

I found it, it is in fact PetTracker.

commented

do i need to add this line everytime I update pettracker addon? why not the author adds it of pettracker?

commented

You will need to add it each time. Disabling the Auctionator pet tooltip is the easier option.

I don't have a better solution at the moment unfortunately - the pet tooltip is extra awkward to add stuff to.

commented

But I like to check prices of the pets man, so I dont want to disable it, anyway I posted an issue in the pettracker page, lets see if pettracker author decides to fix it from his end.

commented

Adding this from discord:

Another option is to edit line 35 of PetTracker/addons/main/features/tooltips.lua changing the -2 to -30
image