1. #1

    Invisible frame problem

    Hey,
    I'm having problems with a frame that's invisible, I can't click through it to target mobs or rotate camera etc. I cannot find what addon is doing this or how to fix. I took screenshot of fstack, but I don't understand how to fix it. Anyone with more knowledge can help me?

    https://gyazo.com/f7373cbd6c3421ebf424af13a3a5ae67
    https://gyazo.com/19e450e297352acbf1efdd29d01c5c3a

    Thanks!

  2. #2
    Brewmaster Julmara's Avatar
    7+ Year Old Account
    Join Date
    Sep 2014
    Location
    in your walls
    Posts
    1,350
    use this marco while mouseovering the frame /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
    it will print the addon name in chat that it is part of

  3. #3
    Quote Originally Posted by Julmara View Post
    use this marco while mouseovering the frame /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
    it will print the addon name in chat that it is part of
    /run print(GetMouseFocus():GetName())

    Quote Originally Posted by Emote View Post
    Hey,
    I'm having problems with a frame that's invisible, I can't click through it to target mobs or rotate camera etc. I cannot find what addon is doing this or how to fix. I took screenshot of fstack, but I don't understand how to fix it. Anyone with more knowledge can help me?

    https://gyazo.com/f7373cbd6c3421ebf424af13a3a5ae67
    https://gyazo.com/19e450e297352acbf1efdd29d01c5c3a

    Thanks!
    GroupLoopContainer is part of Blizzard's UI. It's the animated frame that shows everyone's loot after a boss kill. It should completely hide, as in no mouse interaction, once it's done showing loot. Could you please make just one screenshot showing the fstack tooltip and the highlighted region? Also, are you sure that spot isn't either of the two NOP_Hider frames shown in fstack? Maybe several screenshots of each frame in fstack (cycled through with the alt key).

    We would also like to see the results of the /run print command above. You don't have to screenshot that, just copy/paste (or type it out if you can't copy/paste, but I'm pretty sure ElvUI has a copy chat thing).

    Edit: Looking at Blizzard's code further, I believe the GroupLootContainer is the loot rolls frame instead, which shouldn't even be there up in the middle.
    Last edited by Kanegasi; 2018-10-06 at 06:10 PM.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  4. #4
    I have this exact problem also, and had to simply drag it to a corner of UI I don't use as to avoid having a 2 in x 2 in dead square on my screen. The odd part is the loot window opens in the middle of the screen regardless. So I just am used to not being able to click that part of my screen in the top left corner.

    I can't log in now to try anything suggested here. Maybe in the morning!

  5. #5
    Brewmaster Julmara's Avatar
    7+ Year Old Account
    Join Date
    Sep 2014
    Location
    in your walls
    Posts
    1,350
    hmm does my macro no longer work @Kanegasi ?

  6. #6
    Quote Originally Posted by Julmara View Post
    hmm does my macro no longer work @Kanegasi ?
    Nothing wrong with the script you posted, it’s just unnecessarily long. print does the exact same thing yours does.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  7. #7
    Thanks for the replies. I have double checked with the macro and it is definitely GroupLoopContainer frame. There's nothing visible, only in fstack like my first screenshot. I am using ElvUI so must be some conflict? Any other fix other than moving the frame to the corner like suggested? Thanks

Posting Permissions

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