Switching Tabs Causes UIErrorsFrame to send errors with white text until you reload (fix inside)
zcourge opened this issue ยท 1 comments
Hey. So I've had this problem for months, and was never aware why it happened or which addon caused it. Today I found out it was this one. After figuring out that the problem occurs as soon as you switch tabs or anything in the transmog window, I went on a mission to find out why, how and where in the code this bug is happening.
That's when I found that the author is assigning a variable called "color" to the RED_FONT_COLOR (which is the color wow uses for red fonts), and then apparently changing the r, g, b values of that variable (and in turn RED_FONT_COLOR) to 1, making it white.
Nooo clue why this was added (in v5.6), but it's causing this annoying problem.
I fixed it by just commenting out the lines 7170 to 7172 in Wardrobe.lua. Wanted to make a pull request but wasn't able to.