Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UISliderTemplateWithLabels isn't defined in Classic Era 1.15.4 #645

Closed
Meorawr opened this issue Aug 30, 2024 · 1 comment
Closed

UISliderTemplateWithLabels isn't defined in Classic Era 1.15.4 #645

Meorawr opened this issue Aug 30, 2024 · 1 comment
Labels
Bug Something isn't working Classic High Priority This issue is considered to be impactful.

Comments

@Meorawr
Copy link
Collaborator

Meorawr commented Aug 30, 2024

The UISliderTemplateWithLabels template defined in SliderTemplates.xml is missing as this file, despite being present, isn't loaded as part of the Classic Era TOC file for SharedXML in 1.15.4.56419.

This file is correctly loaded as part of the Cataclysm client. As UISliderTemplateWithLabels template is intended to serve as a replacement for the deprecated OptionsSliderTemplate, not having this around is problematic.

Test case

The following two commands shouldn't error with Couldn't find inherited node "UISliderTemplateWithLabels".

/run CreateFrame("Slider", nil, nil, "OptionsSliderTemplate")
/run CreateFrame("Slider", nil, nil, "UISliderTemplateWithLabels")
@Meorawr
Copy link
Collaborator Author

Meorawr commented Oct 3, 2024

Appears to be resolved in 1.15.4.56857.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Classic High Priority This issue is considered to be impactful.
Projects
None yet
Development

No branches or pull requests

1 participant