Dominos

Dominos

19M Downloads

fading bug wotlk classic

nopsy opened this issue ยท 3 comments

commented

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> {
 }
}


commented

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> {
 }
}
commented

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.

commented

10.0.15 should fix this