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

Fix: Auras on nameplates breaking tooltips #510

Closed
wants to merge 1 commit into from

Conversation

Wutname1
Copy link

@Wutname1 Wutname1 commented Jul 9, 2019

I have been chasing this issue for awhile now. I am assuming the root casue of the issue has to do with the new protected frame changes.

Background on the issue: Item tooltips "randomly" break and no longer stay on the screen example:
60424948-c1a8ce80-9bf1-11e9-951d-d19ec19d31cf

After much searching i found that if you have auras on your nameplates (example code i am using). Once you mouse over the buff on a tooltip your item tooltips will break and not stay on the screen. It will never generate a LUA error. I am assuming that since the parent tree is part of a nameplate with the existing code combined with the new protected status of nameplates this then causes a issue when the tooltip is moved off of the nameplate.

Best solution i could think of is to simply attach the tooltip to the cursor instead of the buff icon.

@ls-
Copy link
Member

ls- commented Jul 9, 2019

Thanks for bringing it up!

Fixed by #511.

@ls- ls- closed this Jul 9, 2019
@Wutname1 Wutname1 deleted the nameplate-tooltips branch July 9, 2019 14:58
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

Successfully merging this pull request may close these issues.

None yet

2 participants