BigDebuffs

BigDebuffs

18M Downloads

Still not working with Elvui

BuildMoreWalls opened this issue · 4 comments

commented

Hello @jordonwow

Your add-on is just to good to be true !
It supposed to be fully compatible with Elvui according to your curseforge page; long story short : it ain't working for me nor either of my friends who tried it.
I've tried with Elvui's raid and unit frames and Blizzard's ones, as long as Elvui is loaded your add-on does not work.

https://imgur.com/ffrnRTG

I hope you can fix it.
Live long and prosper.

commented

I am using ElvUI but have the ElvUI player frame disabled and use the default player frame instead.
It seems that BigDebuffs will hook to the ElvUI anchor regardless of it being disabled because ElvUI still registers it and BigDebuffs checks ElvUI frames first.
So unless I set Anchor to Manual in the unit frames settings, BigDebuffs will not show at all.

I am currently experimenting with a potential fix.
I have replaced this line with if anchor and anchor:IsVisible() then.
This should skip the disabled ElvUI frames and move to the blizzard frames successfully.
I am not sure about the side effects this change may have with other addons. Maybe @jordonwow has some input on this.

commented

I am currently experimenting with a potential fix.
I have replaced this line with if anchor and anchor:IsVisible() then.
This should skip the disabled ElvUI frames and move to the blizzard frames successfully.
I am not sure about the side effects this change may have with other addons. Maybe @jordonwow has some input on this.

Nice work. Initial tests show BigDebuffs working with ElvUI after swapping in the line you wrote. Please keep us posted on any updates and thank you for your effort.

commented

Anyone's here?

commented

You need to replace this line with " if anchor and anchor:IsVisible() then " and then it will works