frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
107 stars 20 forks source link

Spell Tooltips conflict with elvui #294

Closed maisonaustyn closed 1 week ago

maisonaustyn commented 1 month ago

Describe the bug

Tooltips aren't showing up in the spellbook or pet spellbook. It's using the default elvui tooltip instead.

Steps to Reproduce

  1. Install Elvui
  2. Install TipTac
  3. All TipTac tooltips work except spell tooltips with default settings

My assumption that it's specifically caused by Elvui cause it's working without Elvui on.

Expected behavior

Should be showing tiptac tooltips

Additional context

It doesn't appear that the settings in elvui matter. I can disable or enable elvui tooltips. I can turn off and on the blizzard skin. It'll always just set it to the default spell tooltip and nothing else. Primary frustration atm is being unable to see spell tooltip ids for macros.

This is only an issue in the actual spellbook. If the spell is on the bar. The tooltip shows up at the anchor like normal

Version of TipTac Reborn

24.05.20

Flavor/Version of WoW

Cata Classic 4.4.0

maisonaustyn commented 1 month ago

Just for added clarity. This is on the newest version of elvui. 13.65

frozn commented 1 month ago

It seems that ElvUI uses a custom spell book tooltip (ElvUI_SpellBookTooltip). I added it to TipTac so it's now considered for styling and adding IDs. Will be included in the next release.

Hint: To show IDs within ElvUI you can enable this here:

image

maisonaustyn commented 1 month ago

Awesome! Thank you so much for how fast you are on this stuff