oUF-wow / oUF

WoW AddOn - Unit frame framework.
MIT License
221 stars 58 forks source link

Party frames Hide Player not working in arenas #503

Closed danonji closed 5 years ago

danonji commented 5 years ago

Hey there,

Unfortunately, for some reason, you can't hide player from party frames while you are in arena

Thanks hopefully there is a fix or work around.

Rainrider commented 5 years ago

Could you share a link to your layout code or paste the relevant parts here?

Rav99 commented 5 years ago

Hiho. I hope i paste the correct link to the layoutcode: https://github.com/Kkthnx/KkthnxUI/blob/066bc3f89bc079ff513f7a6080f577d4c565bc22/KkthnxUI/Modules/UnitFrames/Core.lua#L1107

Thx for help!

Rainrider commented 5 years ago

It is rather this controlling the display of the player frame as part of the party frames. It is set to true by default in this layout (ref)

Rav99 commented 5 years ago

yeah but if we set it to false in config or manually in code "showPlayer", false, it shows the player in raid/arena. Its weird :)

Rainrider commented 5 years ago

Do I understand correctly that after setting showPlayer to false the player frame does not appear among the party frames but pops back in when you join an arena?

Rav99 commented 5 years ago

Yes and in raid too.

Rainrider commented 5 years ago

Using custom [group:party] show; hide as visibility condition and not using the showPlayer attribute on my layout spawns the group header without the player frame. The showPlayer attribute has no effect on raid headers. Please consult the author of the layout to provide a solution for you.