frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
109 stars 23 forks source link

Option to disable mythic keystone text #193

Closed ghost closed 1 year ago

ghost commented 1 year ago

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.

ghost commented 1 year ago

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

frozn commented 1 year ago

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.

ghost commented 1 year ago

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