tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 137 forks source link

Dispellable Debuffs not adhering to Blacklist #1239

Closed LootFever closed 14 hours ago

LootFever commented 3 days ago

Troubleshooting Steps

image

As I personally don't have the trinket to reproduce the bug/problem it took a while to find a LFR group where someone has it: image

I noticed the problem just in Season 4. The trinket Waters Beating Heart creates a dispellable magic debuff Primal Wellspring Water on the player wearing it. This Debuff is considered a RaidDebuff and the icon display for it is controlled by the "Show Dispellable Debuffs" setting and the position is the same as RaidDebuffs, yet it is not listed in any filter. Adding it to the Blacklist or creating a new Blacklist and adding the debuff it is still shown on the Raidframes.

Describe the expected behavior and what actually happened?

Expected behavior: Adding the Spell to the Blacklist should prevent it from being shown.

Current behavior: Adding the spell to the blacklist does nothing. The spell still shows and sometimes overlaps actual RaidDebuffs. Unchecking the "Show Dispellable Debuffs" option only removes the icon but still changes the ccolor of the UnitFrame.

Reproducing the issue.

Having someone in your group with the Waters Beating Heart trinket, should be enough to reproduce the "problem".

Lua Errors

None

Verification Steps

LootFever commented 16 hours ago

Farmed the trinket for testing. Tried a complete ElvUI reset. But I still can't find a solution for this problem.

Repooc commented 14 hours ago

If you mean the Raid Debuff Indicator section? Show Dispellable Debuffs will show regardless of what you add to the blacklist filter. The Raid Debuff Indicator shows what is in the filters that are set in UnitFrames -> General -> Raid Debuff Indicator where you can set 2 filters, the default is RaidDebuffs and CCDebuffs, and you enabled Show Dispellable Debuffs, which will show the icon. If you don't want to see the icon, you will have to disable the option to Show Dispellable Debuffs (as you will not be able to specify to not show a particular debuff that u can dispell) and ensure the spell isnt listed in the 2 filters you have set to ensure its not seen.

LootFever commented 10 hours ago

So it's working as intended. Thanks for clarifying.