tullamods / OmniCC

Cooldown count for everything
https://tullamods.com/omnicc
MIT License
99 stars 21 forks source link

Cooldown text size flickering (size) #333

Open Translitdk opened 4 years ago

Translitdk commented 4 years ago

Running Software (issues missing this information will be deleted):

Describe the bug Not sure if it's OmniCC or ElvUI related, but on unit frames size of cooldown text on some debuffs is changing frequently.

To Reproduce No idea actually. Need to have ElvUI + OmniCC installed with displayed debuffs

Expected behaviour Expected CD text to stay at fixed size

Screenshots https://i.imgur.com/hlm4JUO.gif https://i.imgur.com/HLOKAw4.gif

Error Logs no errors in bugsack.

Additional context Looks like it's only happening on debuffs from a player (flickering). Specially in raid and might be on UnitAura events. Also on latest Elv release (11.41) cooldown text started to appear on some debuffs at raid frames and it's size do not match frame size (have no idea what kind of debuffs are affected by that). I will ask about this in ElvUI discord also, but i am mostly sure they will send me here.

Tuller commented 4 years ago

That's definitely a strange one at least.

The only thing I can think of on OmniCC's end is if frame reuse is coming into play and a cooldown is being pulled off of a much larger (think action button) icon first and sent over to a debuff, started, and then later resized. That may cause the flicker because OmniCC throttles size updates.

fergyfresh commented 4 years ago

Looks like its only the leaf one as well. Maybe it has to do with continuously re-painting the last one? I'm new to the repo, but love the addon and I'm trying to contribute. This seems like something I could possibly fix if we can find a reproduceable scenario i think.

Tuller commented 3 years ago

I at least know what's going on here now: ElvUI is constantly swapping its aura frames around.

Tuller commented 3 years ago

Try the latest version