Hide Button Glow

Hide Button Glow

3.9k Downloads

Suddenly stopped working in 10.2

rugelly opened this issue ยท 7 comments

commented

Debug mode says it is hiding the proper glows at the proper times, but the glow is not actually being hidden. This started happening in 10.2.
Using default blizz bars

Tried using "hide all" mode, same result.
Reset WTF folder, same result.

Anything else I could try to problem solve this?

commented

Can you install v26 and let me know if you have the same problem? It seems to be working fine for me on v27 with the default Blizzard bars.

Maybe these would help too:

  1. What class/spec/spell?
  2. Can you post a screenshot showing your bars glowing + the filter match message from debug mode?
commented

Can you confirm if you are running v27? And are the spells which are not hiding macros or regular spells?

commented

Can confirm v27, and spells are freshly dragged out of spellbook onto bar

commented

ui

Enhance shaman, blizz has these glow at 5 stacks of maelstrom which is pretty dang annoying since they can go up to 10!

commented

Thanks for the info, so it's not working for you on v26 or v27.

Can you disable all other addons besides HideButtonGlow and see if it works then? I'm thinking it could be a compatibility issue with another addon.

For what it's worth it's working on my Enhance Shaman:
image

But I noticed my glow effect looks a little different from yours, thinking that could be related.

commented

Ah... I feel so dumb now. The culprit is HideActionbarAnimations

Downgrading BOTH addons to 10.1.7 works properly, however if EITHER/BOTH addon(s) are a newer version then your addon doesn't work properly.

Ill have to fiddle with the other addon

Thanks for your time

extra update: it was a simple as setting hideAnims to use the 'new' button glow

commented

Ah it looks like HideActionbarAnimations when set to use the old glow now creates their own custom glow frame HideActionbarAnimations_SpellActivationAlert which HideButtonGlow doesn't know to look for.

As to why HideButtonGlow v27 is no longer compatible with the previous version of HideActionbarAnimations, it was because HideActionbarAnimations used to create a glow frame called overlay which had the same name as the old Blizzard glow frame (removed in 10.0.2, Dragonflight pre-patch), which HideButtonGlow was still checking for until v27. I removed the check for that if Blizzard's new glow frame can be found since they wouldn't normally both exist at the same time.

Seems like you found the best solution though, to disable the custom glow frame created by HideActionbarAnimations.