DBM - Deadly Boss Mods (DBM-Core)

DBM - Deadly Boss Mods (DBM-Core)

522M Downloads

Unable to clickthrough timers above nameplates

aspalvieri opened this issue ยท 2 comments

commented

Describe the bug
The new timers that appear above mob nameplates showing the CD on their abilities is unable to be clicked through. Meaning, if I hover my mouse over them and try to move my camera, it's blocked by the frame.

Do you have an error log of what happened?
Not really an error, more of just UI elements blocking the mouse. I was able to fix this by adding:
iconFrame:EnableMouse(false)
Just after the creation part of the iconFrame in DBM-Nameplate.lua

To Reproduce

  1. Go to any mob with a nameplate
  2. Type "/dbm" and navigate to the "Core Options" tab
  3. Click "Nameplates" under the "Frames & Integrations" section
  4. Click "Test (Be near nameplates)"
  5. Hover your mouse over the icon frames that appear above the nameplates and attempt to turn your camera

Screenshots
Capture

Did you try having DeadlyBossMods as the only enabled addon and everything else (especially something like ElvUI) disabled?
-

Which version of DeadlyBossMods are you using?
10.2.5 (2023/11/16 22:46:06)

Was it working in a previous version? If yes, which was the last good one?
This is a new feature as far as I can tell, haven't seen it before.

Additional context
-

commented

Ooh good feedback, I'll add it to DeadlyBossMods/DBM-Unified#295