
Action Bar icons do not update until a mouseover event occurs
jsutan opened this issue ยท 3 comments
When using any ability on your action bars, the icon isn't updating until you mouseover the icon with your cursor. This occurs for both abilities and macros as well as reordering icons on your action bars.
I've narrowed this down to TalentTreeTweaks by making sure it is the only addon running. It does not occur with it disabled. It does occur with it disabled. There are no Lua errors or taint to report. This is new as of 11.1.
Reproduction Steps (multiple)
Abilities:
-
Disable all addons except TalentTreeTweaks
-
Login
-
Drag ability from action bar position n ("from") to any other position on the same or another action bar ("to")
-
Note that the action bar doesn't redraw and the icon is still in the old position
-
Move cursor over the "from" position and note that it redraws (removes icon)
-
Move cursor over the "to" position and note that it redraws (adds icon)
-
Press an ability with a cooldown
-
Note that the ability icon does not redraw or refresh and it appears to have not been pressed and is off cooldown
-
Move cursor over the ability icon that was pressed
-
Note that the cooldown timer displays
Macros
- Create a simple modifier macro
Example:
#showtooltip /cast [mod:alt] MOUNT1; MOUNT2
- Drag macro to your bars
- Press and hold modifier key
- Note that the icon for your macro does not update
- Move cursor over the macro on the toolbar (while still holding modifier key)
- Note that the icon for your macro updates to the correct spell or ability.
Have video repro but it might be too large to upload to GitHub.
hi, someone had the same issue earlier, and for them it turned out that curseforge hasn't been showing updates for a while
since this should've been fixed almost a month ago, could you check if you're on the latest version? ^^
Yep, that fixed it. It wasn't being picked up in WowUp at all when I copied my wow install from one hard drive to another so I downloaded it manually from CurseForge a few days ago. I just redownloaded from CurseForge and it is the correct version, and I reinstalled it in WoWUp so it picks it up correctly as an addon. Not sure how it got disconnected but looks good. Thanks for your time!