WoW-Pro Guides

WoW-Pro Guides

3M Downloads

BlizzBugsSuck

CodingDino opened this issue ยท 2 comments

commented

Errors due to the addon from which we get the category fix.

From Gylin:

Ok I've had a look and can confirm it is a conflict between the 2 addons, or rather a conflict of code for the `InterfaceOptionsFrame_OpenToCategory' function.

This conflict is happening (and the time to load the options frame etc) because the fix for the `InterfaceOptionsFrame_OpenToCategory' function is already coded into WoW-Pro, so both addons are trying to run the same code.

Simple fix is to edit line 33 in BlizzBugsSuck.lua to read local do, however this may break the functionality of the `InterfaceOptionsFrame_OpenToCategory' fix. I'm saying edit BBS because it's far easier to find the area of code within it for now. Editing line 124 of WoWPro.lua the same does fix the bug, but still leaves the time delay to open the menu.

commented

Left a message for the author of BlizzBugsSuck to see if we can just include his addon with ours, or if there is some other way to get things to be compatible out of the box.

The problem is, he uses only local variables so I don't see a good way to check if his addon is enabled before running my code :(

commented

I fixed this yay!