Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
frozn opened this issue Jul 3, 2024 · 1 comment
Labels
1_bug in other addon Something in other addon isn't working 3_solved Issue is fixed

Comments

@frozn
Copy link
Owner

frozn commented Jul 3, 2024

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

@frozn frozn added 1_bug Something isn't working 2_to analyze Analysis necessary labels Jul 3, 2024
@frozn
Copy link
Owner Author

frozn commented Jul 6, 2024

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

@frozn frozn added 1_bug in other addon Something in other addon isn't working and removed 1_bug Something isn't working 2_to analyze Analysis necessary labels Jul 6, 2024
@frozn frozn added 1_bug Something isn't working 2_to develop Development can begin 3_solved Issue is fixed 1_bug in other addon Something in other addon isn't working and removed 1_bug in other addon Something in other addon isn't working 1_bug Something isn't working 2_to develop Development can begin 3_solved Issue is fixed labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1_bug in other addon Something in other addon isn't working 3_solved Issue is fixed
Projects
None yet
Development

No branches or pull requests

1 participant