Neuron

Neuron

98.2k Downloads

Macro icons do not update dynamically through modifiers

NBOcelot opened this issue ยท 3 comments

commented

Issue description:

When adding a macro onto the action bar, its icon does not update when modifiers are pressed (unlike default bars)

I use this type of macro on a lot of buttons:

#showtooltip
/cast [mod:alt] Hamstring;Whirlwind

Slotting this into the action bars only shows the WW icon

How to reproduce:

  1. Load in with just Neuron
  2. Open the default macro window and create a new one with

#showtooltip
/cast [mod:alt] Hamstring;Whirlwind

  1. Place this macro onto an action bar
  2. Press the modifier key used in the macro

Result: The icon shows Whirlwind at all times

Expected Result: The icon shows Hamstring while ALT is held

Technical info:

  • Addon Version: 1.4.3
  • Client: Latest Retail client as of Jan 3 2021

Additional context:

This is the only thing keeping me from swapping over to neuron fulltime, couldn't figure out a fix/workaround from searches

commented

I believe this is fixed on main. Can you verify @NBOcelot or @TheOSC ?

edit: to clarify, the mod button issue should be fixed. the mouseover issue still seems to be present

commented

the original should be fixed, the mouseover problem has been split into it's own issue

commented

Curious if there is any update on this. I am currently using a hand full of mouseover macros for my Shaman and am also having issues with #showtooltip both not updating icons AND not actually showing tooltips.

#showtooltip
/cast [@mouseOver,help,nodead] Healing Surge; [@mouseOver,help,dead] Ancestral Spirit; [harm][] Stormstrike

This is one example of my macros. It works fine with default/elvui bars but neuron does not update the image of the spell when mousing over a target, nor does it show the tooltip when I mouseover the spell. (It only shows the name of the macro)