TSU tooltip as link
Translitdk opened this issue ยท 1 comments
Describe the bug
Expected: to see tooltip on mouseover
Instead: error
TSU tooltip set as link currently errors when using conduit links provided by https://wow.gamepedia.com/API_C_Soulbinds.GetConduitHyperlink
Do you have an error log of what happened?
This is print from the chat by using API
https://i.imgur.com/LSbQ1FV.png
If i set this link to the TSU i get this
https://i.imgur.com/A5G2ddu.png
To Reproduce
Get the link for conduit with the API and set it as
link = returned value from the function
and then mouseover frame to display tooltip
Screenshots
https://i.imgur.com/A5G2ddu.png
Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?
yes
Which version of WeakAuras are you using?
3.1.2
Are you on World of Warcraft Classic or Retail?
- Classic
- Retail
Was it working in a previous version? If yes, which was the last good one?
It's new
Additional Info
I'm not sure if it is a bug at all and i'm able to set this links to the tooltip
To display valid tooltip info i need to use conduit link, i guess. If using conduit spellid it defaults display to level 1.
but this one works while mouseovering something, so tooltip is displayed:
/run local link = C_Soulbinds.GetConduitHyperlink(127, 2) print(link) GameTooltip:ClearLines() GameTooltip:SetHyperlink(link) GameTooltip:Show()