sfmict / HidingBar

Adds a custom panel for easy add-on management.
GNU General Public License v3.0
8 stars 1 forks source link

Errors on Classic due to 9.x template #1

Closed Road-block closed 4 years ago

Road-block commented 4 years ago

Environment

Steps to reproduce

Expected Behaviour

Actual Behaviour

            ["message"] = "Couldn't find inherited node: BackdropTemplate",
            ["time"] = "2020/10/17 05:35:11",
            ["session"] = 7222,
            ["counter"] = 27,

Screenshots

Most addons that do compatibility with 9.x and previous versions create frames in Lua which lets them conditionally check for existence of the BackdropTemplateMixin in the global namespace before inheriting from BackdropTemplate.

I'm not sure there's a way to do the same in xml off the top of my head which causes the addon to error repeatedly.

sfmict commented 4 years ago

Thx for report, in game version 1.13.6 no errors, let's fix it now.

sfmict commented 4 years ago

Fixed, check.