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

Enabling combat text requires reloading the UI #835

Open
stijnherreman opened this issue May 6, 2021 · 0 comments
Open

Enabling combat text requires reloading the UI #835

stijnherreman opened this issue May 6, 2021 · 0 comments

Comments

@stijnherreman
Copy link

When enabling the combat text on a unit frame (e.g. Player or Target), a reload of the UI is required to make it work.

I did some debugging and this may be a bug in FrameXML code, so perhaps best course of action is to add a note in the config UI of LUF?

CombatFeedback_OnCombatEvent(element, eventtype, flags, amount, type)

After the line above is executed, element.feedbackText:IsVisible() is supposed to be true because the last line of CombatFeedback_OnCombatEvent is feedbackText:Show();.
However, element.feedbackText:IsVisible() is consistently false until you perform a reload of the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant