TipTac Reborn

TipTac Reborn

862k Downloads

problem with the size of the tooltip with long title set and showing only the name

frozn opened this issue · 1 comments

commented

Describe the bug

From: Erumollien_

hello, there is a problem with the size of the tooltip, even having the option checked to show only the name of the person, it happens that it enlarges the tooltip a lot if the person has a very long title (it shows only the name but it still lengthens it as if it showed the title).


In reply to Erumollien_:

If you enabled displaying a health/mana/power/cast bar within the unit tooltip in options under tab "Bars", there is the additional option "Bars->Enable Minimum Width for Tooltip If Showing Bars" to make shure, that in normal cases the text on the bar isn't truncated. You can disable this feature or reduce the minimum width with the slider below.


In reply to frozn45: Hello i tried disable that already, the problem is not because of the health/mana bars, is because of the title that the target have, if is a long title it enlarge the tooltip alot not matter if you have in the addon to show only name and not tittle


In reply to Erumollien_:

Can you provide a screenshot to further analyze this issue?


In reply to frozn45: Hello, https://ibb.co/n0kYLXR - https://ibb.co/kqHmBkJ

image
image


In reply to Erumollien_:

Ah, I see what you mean. Unfortunately I can't reproduce this on my side. If I choose a long title, set "Name Only" in TipTac options and hover over my player, the tooltip is still small as it should be. I tested this under retail flavor (10.2.7). Or do you play under cata or classic era?

Does this error also occur, if you disable all addons except TipTac?


In reply to frozn45: i play on cataclysm, i tested and i found that only happens when i have Bis-tooltip active is weird because bistooltip addon is only for prebis and bis gear tooltips


I nailed it down to lib LibExtraTip in addon BiS-Tooltip. The size of the GameTooltip will also be adjusted if the extra tip isn't visible (only visible for item tooltips, and not for unit tooltips). Created a ticket for this: MatchSize() should only resize the parent tooltip if the extra tip is visible (#14) · Issues · norganna-wow / libs / libextratip · GitLab

I also created a ticket on TipTac's GitHub page to track this issue: problem with the size of the tooltip with long title set and showing only the name · Issue #298 · frozn/TipTac (github.com)


In reply to frozn45: Awesome, thanks man! if you need me to do something just let me know!

Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn/?comment=491

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

24.05.26

Flavor/Version of WoW

CataC

commented

Nailed it down to lib LibExtraTip in addon BiS-Tooltip. The size of the GameTooltip will also be adjusted if the extra tip isn't visible (only visible for item tooltips, and not for unit tooltips). Created a ticket for this: https://gitlab.com/norganna-wow/libs/libextratip/-/issues/14

Also created a ticket for BiS-Tooltip too: https://legacy.curseforge.com/wow/addons/bis-tooltip/issues/26