What is causing this?

TimerTracker

This frame is preventing me from clicking or mousing over anything in that area. Any idea what addon is the owner of that frame?

No.
This is how you can discover it for yourself.

  1. Log into the game and do whatever that makes that thing appear.
  2. Open your game menu,
  3. Click Addons
  4. Disable half your add-ons
  5. If it goes away enable half the ones you just disabled.
  6. If it doesn’t go away, disable half of the remaining add-ons
  7. repeat the process of enabling and disabling halves until you find the one add-on causing this.

TimerTracker is part of the Blizzard UI. It’s declared as a Frame widget type with no code to enable the mouse so is unlikely to be causing the problem.

Easy way to test is to hide it and see if the problem persists afterward.

/run TimerTracker:Hide()

1 Like