1010101110 / Auctionator-classic

forked from wow Auctionator on classic release.
11 stars 8 forks source link

TBC Classic error #22

Open Nillx opened 3 years ago

Nillx commented 3 years ago

Addon is mostly working but the background of some panels is missing. Also getting this error when trying a mass scan.

3x Auctionator\AuctionatorScanFull.lua:431: attempt to call method 'SetBackdropColor' (a nil value)
[string "@Auctionator\AuctionatorScanFull.lua"]:431: in function `Atr_ShowFullScanFrame'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

Locals:
(*temporary) = nil
(*temporary) = Atr_FullScanFrame {
 0 = <userdata>
}
(*temporary) = 0
(*temporary) = 0
(*temporary) = 0
(*temporary) = 100
(*temporary) = "attempt to call method 'SetBackdropColor' (a nil value)"
ZT = <function> defined @Auctionator\AuctionatorLocalize.lua:15
ghost commented 3 years ago

Suggested fix for mass scan, see attached file replacing Auctionator\UI\Templates\Dialogs\Default.xml fix.txt

Nillx commented 3 years ago

Thanks, that fixed the mass scan. The only broken thing now is the background of Buy and More... tabs.

Hotrian commented 3 years ago

I patched this in my fork. You can download it here or check the changes here. Let me know how it goes :). I think I fixed every UI issue, but I may have missed one.

Hotrian commented 3 years ago

Should be closed by #24.