Simple Addon Manager (SAM)

Simple Addon Manager (SAM)

39.5k Downloads

Mouse click/Focus error in TWW Beta

Tealc-1899 opened this issue ยท 2 comments

commented

Getting the following error on TWW Beta with no other addons running.

It's happening any time the left or right mouse button is clicked.

Message: ...bs/ElioteDropDownMenu-1.0/ElioteDropDownMenu-1.0.lua:1836: attempt to call global 'GetMouseFocus' (a nil value)
Time: Sun Jul 21 10:24:09 2024
Count: 4
Stack: ...bs/ElioteDropDownMenu-1.0/ElioteDropDownMenu-1.0.lua:1836: attempt to call global 'GetMouseFocus' (a nil value)
[string "@Interface/AddOns/SimpleAddonManager/Libs/ElioteDropDownMenu-1.0/ElioteDropDownMenu-1.0.lua"]:1836: in function <...bs/ElioteDropDownMenu-1.0/ElioteDropDownMenu-1.0.lua:1835>

Locals: self = Frame {
}
event = "GLOBAL_MOUSE_DOWN"
buttonID = "LeftButton"
(*temporary) = nil
(*temporary) = "attempt to call global 'GetMouseFocus' (a nil value)"
lib = <table> {
 UIDROPDOWNMENU_MENU_LEVEL = 1
 UIDROPDOWNMENU_BORDER_HEIGHT = 15
 HandlesGlobalMouseEventMixin = <table> {
 }
 UIDROPDOWNMENU_SHOW_TIME = 2
 OPEN_DROPDOWNMENUS = <table> {
 }
 UIDROPDOWNMENU_BUTTON_HEIGHT = 16
 UIDROPDOWNMENU_DEFAULT_TEXT_HEIGHT = 10
 UIDROPDOWNMENU_MAXBUTTONS = 1
 UIDROPDOWNMENU_MAXLEVELS = 2
 UIDROPDOWNMENU_DISPLAY_MODE_MENU_CHECKBOX_OFFSET = 2
}

commented

Have you updated to the last version? This should have been fixed already. (#40)

commented

Yes its working now, my apologies I missed the earlier report and there was also an issue with my updater so I didn't have the latest version when I thought I did.