I have a basic addon that I’ve been adding to for years that is full of cvars and default ui tweaks. Mostly just hiding, enabling clickthrough, repositioning, and resizing various frames.
I’ve found a few different frames now that cannot be hidden with either SetAlpha(0) or Hide. However, these frames can be hidden in game with /run. Why is this a thing? I’ve been able to hide / customize the vast majority of frames without issue.
The frames I’m having trouble with are PvPObjectiveBannerFrame (one of the battleground popups) and CompactRaidFrame1RoleIcon + CompactRaidFrame1Name (role icons + player names in the default raid frames).