TipTac Reborn

TipTac Reborn

862k Downloads

Option to disable mythic keystone text

Rezy942 opened this issue ยท 3 comments

commented

Is your feature request related to a problem? Please describe.
Addon is currently adding text to top right corner of mythic keystone tooltips:
image

Clicking on a key link in chat will show this window - and as u can see, the offset isnt dynamically adjusted to move when there is a close button:
image

Describe the solution you'd like
Preferably a fix to move dynamically
And an option to disable this text all together. The wording is very confusing to me, im not sure what any of these things mean?
(TL, RL, and WRL)
If you could explain that would be great :)

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

commented

Nevermind - closing since i just found that option under tooltip item ref

commented

TL = time limit
RL = reward level
WRL = weekly reward level

I reopened this issue because of the overlapping info text with the close button. In the original blizzard code there is a check for overlapping and in this case the tooltip will be resized. BUT: This code only considers the text in the first line on the left side, and not the text on the right side if it exists.

So I improved this behaviour with readjusting the tooltip after blizzards code has run. This will be included in the next release.

commented

You are amazing, thank you.
Appreciate the clarification, might use this feature now!