ActionbarPlus

ActionbarPlus

78.7k Downloads

Drag and dropping an action while in-combat

nfet opened this issue ยท 1 comments

commented

Describe the bug
Drag and dropping an action (spell, item, etc) while in-combat renders the icon, but action doesn't work

To Reproduce
Steps to reproduce the behavior:

  1. Go to into a combat state
  2. Drag and drop a spell, item etc to an actionbar
  3. Pressing the action button doesn't work

Expected behavior
Button should work as expected.

commented

SecureButton:SetAttribute(key, val) ends up being a > /dev/null during combat (i.e., can call but attributes are not set) during combat. This is probably so that a button cannot be changed dynamically during combat.