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

[BUG] Player Tooltips are missing informations in the guild window if Raider.IO is active #67

Closed
JanRogge opened this issue Feb 25, 2022 · 2 comments
Labels
1_bug in other addon Something in other addon isn't working 2_to develop Development can begin 3_workaround Workaround

Comments

@JanRogge
Copy link

When using the Raider.IO Addon the player tooltips are missing everything except the Raider.IO information.

Normally over the score there should be the players name with guildrole and guild note.

image

@frozn frozn added 1_question Further information is requested 1_bug Something isn't working 2_to develop Development can begin 1_no bug This isn't a bug 1_bug in other addon Something in other addon isn't working and removed 1_question Further information is requested 1_bug Something isn't working 2_to develop Development can begin labels Feb 25, 2022
@frozn
Copy link
Owner

frozn commented Feb 25, 2022

I analyzed it so far that It think, the problem comes from RaiderIO. I created a bug in their repository: RaiderIO/raiderio-addon#203

The problem only occures if "Anchors->Frame Tip Type" is set to "Mouse Anchor". In this case, a GameTooltip:SetOwner() is triggered in RaiderIO which clears the tooltip.

@frozn frozn removed the 1_no bug This isn't a bug label Feb 25, 2022
@frozn frozn added 2_to develop Development can begin 3_workaround Workaround labels Aug 10, 2022
@frozn
Copy link
Owner

frozn commented Aug 10, 2022

I implemented a workaround for this bug. The member list in guild & communities won't be mouse anchored if RaiderIO is present.

@frozn frozn closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1_bug in other addon Something in other addon isn't working 2_to develop Development can begin 3_workaround Workaround
Projects
None yet
Development

No branches or pull requests

2 participants