LiteMount

LiteMount

2M Downloads

10.2.5-6 Breaks dropdowns

Aeon234 opened this issue ยท 1 comments

commented

With the newest version seems like right clicking to create dropdowns breaks. Noticed it when trying to edit weakauras.

7x ...teMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1319: attempt to index field 'NewFeature' (a nil value)
[string "@LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:1319: in function UIDropDownMenu_AddButton' [string "@LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:2348: in function initFunction'
[string "@LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:771: in function UIDropDownMenu_Initialize' [string "@LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:2357: in function EasyMenu'
[string "@WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua"]:498: in function <...eGUI-Widgets/AceGUIWidget-WeakAurasDisplayButton.lua:465>

Locals:
self =

{
UIDropDownMenu_SetButtonText = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2083
containsMouse = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1918
UIDropDownMenu_DisableButton = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2067
Create_UIDropDownCustomMenuEntry = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2291
UIDropDownMenu_Refresh = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1446
UIDropDownMenu_Initialize = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:762
UIDropDownMenu_SetWidth = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1962
UIDropDownMenu_SetDropDownEnabled = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2109
UIDropDownMenu_SetButtonClickable = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2096
UIDropDownMenu_GetSelectedID = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1592
UIDropDownMenu_MatchTextWidth = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1951
DropDownExpandArrowMixin =
{
}
UIDropDownMenu_GetSelectedName = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1588
UIDropDownMenu_InitializeHelper = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:92
DropDownMenuButtonMixin =
{
}
UIDropDownMenuButton_GetName = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2053
UIDropDownMenu_ClearAll = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1998
UIDropDownMenu_GetCurrentDropDown = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2041
UIDropDownMenu_JustifyText = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2017
UIDropDownMenu_IsEnabled = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2158
UIDropDownMenu_RefreshDropDownSize = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:818
UIDropDownMenu_EnableButton = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2071
UIDropDownMenu_SetText = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1988
UIDropDownMenu_AddButton = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:983
UIDropDownMenu_GetButtonWidth = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1398
CloseDropDownMenus = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1879
UIDropDownMenu_HandleGlobalMouseEvent = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1923
ColorPicker_GetPreviousValues = defined @BetterBags/libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2158
Create_UIDropDownMenu = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:748
UIDropDownMenu_SetButtonWidth = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:1978
UIDropDownCustomMenuEntryMixin =
{
}
UIDropDownMenuButton_OpenColorPicker = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:2057
UIDropDownMenu_AddSeparator = defined @LiteMount/Libs/LibUIDropDownMenu/LibUIDropDownMenu.lua:941
UIDropDownMenuButton_GetChecked = defined @LiteMount/Libs/LibUIDropDownMenu

commented

Seems like LibUIDropDownMenu totally broke their release. There's not much I can do about it until they fix it, it's not my addon code.