View Single Post
09-18-12, 06:39 AM   #16
Goldpaw
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 56
Yeah, the Blizzard dropdown system is anything but bug free. The problem in this instance is that the bug generated is IN the Blizzard Lua code!

It appears as others have reported thought that the issue magically disappears when taintlogging is turned off with /console taintlog 0. But the problem with that is that I don't have a taintlog anymore... -_-

But the fact that it somehow is related to taintlogging, and that the errormessage I've been getting the most claims that 'UIDROPDOWNMENU_MENU_LEVEL' suddenly isn't a number anymore, but a userdata value (raw block of memory pretty much), suggests that the problem might be in Blizzard's C code, and not in the Lua code.