WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Recipe Book drop down error (https://www.wowinterface.com/forums/showthread.php?t=20282)

Bellator 01-27-09 05:37 AM

Recipe Book drop down error
 
I am getting an error from Recipe Book anytime I right click on any drop down menu. It doesn't seem to be causing any in game problems just annoying. Is anyone else experiencing this problem?

Thanks

Bellator

Seerah 01-27-09 10:39 AM

psst - you forgot to include the error ;)

Ookami.kun 01-27-09 11:05 AM

Assuming it's the same error I was getting, there is a work around that someone posted (replaces 2 lines in the .lua file) in the comments section of the mod itself. Hopefully it will help you out till the author releases an actual update. :)

saanlem 01-27-09 11:23 AM

As far as I know, this is a Blizzard error, since the 3.0.8 patch.
Menus that expand on mouseover or clicking on many addons have this problem.

I got this news from one of the addon authors.

Bellator 01-28-09 04:51 AM

OK, thanks guys, like I said it doesn't seem to be bothering anything. I like recipe book to keep everything straight for me. Unless everything goes south I'll wait to see if the author fixes the problem, I am not comfortable changing any lines, even with instructions.

Bellator

Magicfire 02-01-09 11:14 PM

To fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua

ayradyss 02-02-09 03:44 PM

And the author finally got her ducks in line and the patched version is up. Sorry for the wait.

Ookami.kun 02-02-09 03:54 PM

Quote:

Originally Posted by ayradyss (Post 116375)
And the author finally got her ducks in line and the patched version is up. Sorry for the wait.

Thanks for all your hard work. :) :banana:


All times are GMT -6. The time now is 04:53 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI