Cell - Unit Frames

Cell - Unit Frames

343k Downloads

[Bug] When i Enable Cell-Unit Frames, my buffs and debuffs from the minimap disappear. When i Disable, they come back in. Whats wrong with it?

Sicarioh31 opened this issue ยท 2 comments

commented

Addon Version

v1.4.29

World of Warcraft Version

Retail

Describe the bug

my buffs and debuffs from the minimap disappear when i enable Cell-UnitFrames. When i Disable, they come back in. Whats wrong with it?

Steps to reproduce

I dont really know

BugSack

4x ...aceBlizzard_BuffFrame/Mainline/BuffFrame.lua:390: attempt to compare number with nil
[string "@Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:390: in function `RefreshCollapseExpandButtonState'
[string "@Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:403: in function <...aceBlizzard_BuffFrame/Mainline/BuffFrame.lua:395>
[string "=[C]"]: in function `UpdateAuraButtons'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:2032: in function `RefreshBuffsAndDebuffs'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:2011: in function `SetBuffsAndDebuffsShown'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:1603: in function `onBoxToggled'
[string "@Blizzard_SharedXML/Mainline/SharedUIPanelTemplates.lua"]:1452: in function `OnCheckButtonClick'
[string "@Blizzard_EditMode/Mainline/EditModeTemplates.lua"]:257: in function <...Ons/Blizzard_EditMode/Mainline/EditModeTemplates.lua:256>
commented

I'm assuming you have them checked here

Image

commented

Looking at the issue you have mentioned this one in, this seems to be a problem interaction between the two addons.
All I'm doing is:

  1. Unregistering blizz assigned events
  2. Hiding the frames
  3. Giving the frames a new hidden parent.

In my testing I'm unable to produce this bugged interaction with standard blizz edit mode, therefore this has to be resolved by the other addon dev.

I'll be closing this issue. If you experience this error under different circumstances, feel free to re-open.