[BUG]: Blizzard_TokenUI collapsed category error
reiyooki opened this issue ยท 4 comments
WoW Version
Retail Version: 11.0.5.57388
Skinner Version: beta11-56819.1
AddOn skin name
Blizzard_TokenUI
Describe the bug
Skinner throws an error when hovering over a collapsible category in the currency window (Blizzard_TokenUI)
Lua Error:
https://gist.github.com/reiyooki/f2e267c051665bee2925e5e900730eaa
Still can't replicate this issue.
Does this still happen when Skinner isn't loaded?
All I can suggest is that you delete the WoW Retail Cache directory and see if that fixes it.
Hi,
I'm unable to replicate this issue. Are you using any other AddOn which enhances the Currency frame?
Not to my knowledge, just went and checked and I didn't see anything that should be messing with that frame other than Skinner (/fstack didn't show anything either.)
I was able to get the error to occur again by clicking the +/- to collapse a major category (War Within, specifically) - This happens each time the UI is reloaded with the category expanded, then clicking the "-" to collapse it.
Clearing my cache didn't seem to help. Disabling skinning on the character frames does prevent the error from occuring, but that's not really an ideal solution. It doesn't seem to actually break anything, but getting the error is a little annoying.
Trying to see if I can spot the issue in PlayerFrames.lua, but I don't see what the problem is there myself, other than it being somehow related to the scrollbar. It seems to point to this function though.
Line 970 in 13b188f