oUF

97.2k Downloads

Blizzard Raid Frame Show in raid.

tukz opened this issue ยท 5 comments

commented

Party and Raid seem to work fine now with your lastest commits.

Now, Blizzard raid frame are show while in raid, the container frame is named "CompactRaidFrameContainer". There is also a "CompactRaidFrameManager" frame show with the container.

edit: also clicking party/raid unit to target it seem to work randomly. Sometime we need to click it 2, 3 or 4 times before targeting it.

commented

You should really post things such as that as a separate issue. I've taken a look at it, and RegisterStateDrive makes input on the header pretty wonky, most likely because it's constantly setting the state.

In other words; It's a Blizzard issue. Nothing I can do about it, but it will hopefully get fixed soon.

I haven't looked at raid frames yet.

commented

I don't really see the issue as you can disable the raid frames yourself in-game. Any special reason why it should disable the frames for you?

commented

didn't saw your last message haste, sorry, ehm it was not implemented in blizzard options when I wrote this issue. I think you can close this issue.

commented

Have the same party/raid unit target issue on Beta 13066.

commented

@freebaser: I fixed target issue in the layout by using

self:RegisterForClicks("LeftButtonDown", "RightButtonDown")

just change UP to Down. Should work fine.