1. #1

    Blizzard Raid Frame not staying closed

    On one of my characters the default raid frames open up every time I go into a new raid. I had this before the last path as well and it cleared up on two character but remains on one. Anyone have this issue or know of a fix?

  2. #2
    Deleted
    There's raid frame settings in the ESC -> Interface panel. I believe you can change in which environments you want the default raid frame shown there.

  3. #3
    Yeah I have them all disabled but the buggers keep coming back. Maybe I'll toy with killing off the files in this characters WTF folder.

  4. #4
    I'm pretty sure this is a bug. I remember seeing in patch notes (4.3 maybe?) that this will be fixed. It's a known issue, so we just gotta wait now.

  5. #5
    Deleted
    Code:
    CompactRaidFrameManager:UnregisterAllEvents()
    CompactRaidFrameManager:Hide()
    CompactRaidFrameManager:SetScript("OnShow",CompactRaidFrameManager.Hide)
    CompactRaidFrameContainer:UnregisterAllEvents()
    CompactRaidFrameContainer:Hide()
    CompactRaidFrameContainer:SetScript("OnShow",CompactRaidFrameContainer.Hide)
    Make it into an addon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •