Closed trincasidra closed 1 year ago
Looks like I was too quick - the error still pops up after changing between druid specs (although it does not pop up on login).
I think I know what's broken and where because it's me who broke it, probably... 😒🔫
-- edit
Or not? I'll look into it later today...
Hmm, I couldn't reproduce it on my end, and I tried all kinds of player/target frame combinations. What I thought I broke some time ago isn't actually broken. Are you sure you aren't doing something weird on your end? Can I see how you use it?
Thanks @ls-! You can see how I'm using oUF in my repo for trincaui.
When debugging I found out this error only popped when calling oUF:Spawn for the player frame (core/functions.lua:36 on my repo). When replacing that with a simple CreateFrame I didn't get the error, but of course many things didn't work either, so I went from there to check into the oUF code.
Great! Error is gone :)
Fix the following error:
Which seems to be related to druids having a new/different blizzard combo frame.
I also tried tinkered with
handleFrame(ComboPointPlayerFrame)
, but that doesn't seem to add any benefit. Rogues work okay even without that on my implementation at least.