frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
118 stars 25 forks source link

Bars (health or Mana) flashing when unit hovered is dead/OOM #313

Closed Xarano-GIT closed 3 months ago

Xarano-GIT commented 4 months ago

Describe the bug

With the TipTac Health Bars enabled and the default disabled, hovering over a unit that is dead (0 HP) or OOM will cause the bar to rapidly flash

Steps to Reproduce

  1. Kill something with tooltip bars enabled
  2. Hover over dead unit
  3. Observe

Expected behavior

I would expect the bars to remain static

Version of TipTac Reborn

v24.05.26

Flavor/Version of WoW

Retail TWW Prepatch

frozn commented 4 months ago

Thanks for reporting this! 👍

I noticed this too, but it seems a little bit tricky to solve it. So far I don't know what causes this issue. But I'm on it...

Spiderkeg commented 4 months ago

I noticed this occurring if the "Show Bar for other Power Types" is checked, and you hover over a warrior, etc. The bar blinks. I don't know what the issue is, but you can certainly use that as a reliable way to test.

frozn commented 4 months ago

Repeatedly setting the bar's texture with SetStatusBarTexture() oddly creates this flickering. I have been able to implement a workaround to fix this.

Will be included in the next release.

Spiderkeg commented 4 months ago

Repeatedly setting the bar's texture with SetStatusBarTexture() oddly creates this flickering. I have been able to implement a workaround to fix this.

Will be included in the next release.

I think everyone would agree just how amazing you are!