tukui-org / ElvUI

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

Cannot cancel buffs #1175

Closed Soromeister closed 3 months ago

Soromeister commented 4 months ago

Troubleshooting Steps

WoWScrnShot_022824_182316

Describe the expected behavior and what actually happened?

We should be able to cancel the buffs located on the Buff bar on the Player UnitFrame.

Reproducing the issue.

  1. Have buffs enabled on UnitFrame => Individual Units => Player => Buffs
  2. Get any buff on your character (like Mark of the Wild)
  3. Attempt to cancel the buff by right clicking it on the buff frame attached to the UnitFrame. This works when right clicking the buff icon near the minimap.

Lua Errors

N/A

Verification Steps

1Botanica1 commented 4 months ago

No, it isn't possible to right click to cancel buffs on the unitframe.

You need to right click the buffs that are, by default, at the Minimap.

Soromeister commented 4 months ago

@1Botanica1 Ok, then how can I apply filters to the buff bar near the Minimap? There seems no options are available for that bar, which I can then move it near the UnitFrame to be able to clear buffs there.

1Botanica1 commented 4 months ago

There is no option to filter the buffs near the minimap.

If there was the option to do that (and even if you didn't use that option) the ability to right click to cancel the buff wouldn't be possible.

No filters - can right click to cancel the buff

Filters - can't right click to cancel.

*Edit - also, the auras attached to the unitframe aren't the "real" auras, just displays of what you have.

Soromeister commented 4 months ago

This explains the behavior.

I assume this happens because /cancelaura doesn't take a SpellID, but knowing the SpellID you can also get the name, so this in theory should be possible, right?