View Single Post
01-01-21, 11:59 PM   #5
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
I finally found out what is causing it. It is oUF Aura Tooltips.
I created a nameplate addon using oUF and I configured the auras to have enabled mouse events:

Lua Code:
  1. auras.disableMouse = false

So what's happening now is the following:

1. Tooltips are not leaving screen:



2. I hover an aura on a nameplate to check the aura tooltip



3. Tooltips are now leaving screen:



After a UI Reload this is fixed again.

Does somebody else have this problem with oUF Auras and knows how to fix it?

Last edited by Lybrial : 01-02-21 at 12:27 AM.
  Reply With Quote