tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

fading bug wotlk classic #711

Closed nopsy closed 1 year ago

nopsy commented 1 year ago

upon mouseover of a bar set to fade out by default, a bug will sometimes happen where the bar never fades in. reloading will cause it fade in on mouseover as intended.

10.0.14-wrath wotlk classic

9x Interface\AddOns\Dominos\core\frame.lua:422: Attempt to access forbidden object from code tainted by an AddOn
[string "=[C]"]: in function `GetParent'
[string "@Interface\AddOns\Dominos\core\frame.lua"]:422: in function <Interface\AddOns\Dominos\core\frame.lua:413>
[string "@Interface\AddOns\Dominos\core\frame.lua"]:452: in function <Interface\AddOns\Dominos\core\frame.lua:433>
[string "@Interface\AddOns\Dominos\core\frame.lua"]:457: in function `IsFocus'
[string "@Interface\AddOns\Dominos\core\fadeManager.lua"]:21: in function `Update'
[string "@Interface\AddOns\Dominos\core\fadeManager.lua"]:43: in function <Interface\AddOns\Dominos\core\fadeManager.lua:41>

Locals:
(*temporary) = SecureTransferDialog {
 0 = <userdata>
 Button2 = <unnamed> {
 }
 MoneyLabel = <unnamed> {
 }
 CautionIcon = <unnamed> {
 }
 Text = <unnamed> {
 }
 Border = <unnamed> {
 }
 Button1 = <unnamed> {
 }
}
Road-block commented 1 year ago

Came to report the same. Wrath Classic live 3.4.0.47168 enUS

3x Interface\AddOns\Dominos\core\frame.lua:422: Attempt to access forbidden object from code tainted by an AddOn
[string "=[C]"]: in function `GetParent'
[string "@Interface\AddOns\Dominos\core\frame.lua"]:422: in function <Interface\AddOns\Dominos\core\frame.lua:413>
[string "@Interface\AddOns\Dominos\core\frame.lua"]:452: in function <Interface\AddOns\Dominos\core\frame.lua:433>
[string "@Interface\AddOns\Dominos\core\frame.lua"]:457: in function `IsFocus'
[string "@Interface\AddOns\Dominos\core\fadeManager.lua"]:21: in function `Update'
[string "@Interface\AddOns\Dominos\core\fadeManager.lua"]:43: in function <Interface\AddOns\Dominos\core\fadeManager.lua:41>

Locals:
(*temporary) = <unnamed> {
 0 = <userdata>
 Text = <unnamed> {
 }
 Right = <unnamed> {
 }
 Middle = <unnamed> {
 }
 Left = <unnamed> {
 }
}
Road-block commented 1 year ago

Same Dominos version as the OP.

It is also the only error present in Bugsack for the session but I'll enable taintLog and see if I can get you something more useful.

Tuller commented 1 year ago

10.0.15 should fix this