SFX-WoW / Masque

A button-skinning engine for World of Warcraft.
Other
45 stars 11 forks source link

Bug: Conflict with HidingBar #387

Closed Smug-leaf closed 1 month ago

Smug-leaf commented 1 month ago

Game Flavor

Retail

Game Version

11.0.0

Add-On Version

11.0.0

Description

Masque is preventing movement of minimap buttons ever since the prepatch launch, causing them to stay locked in place. Possible conflict with specific add-ons that deal with minimaps/button placements (Hidingbar, Elvui, etc)

Smug-leaf commented 1 month ago

After further testing, it seems the issue is specifically caused from a conflict with Masque, Hidingbar, and buttons from the Total Roleplay 3 addon, so it isn't an issue caused by Masque specifically.

StormFX commented 1 month ago

Masque only interacts with buttons that are explicitly passed to it, so unless another add-on is doing that, it's unrelated to Masque.

Smug-leaf commented 1 month ago

It was specifically an issue with the way HidingBar is trying to grab buttons from other addons that aren't databroker based., and it was causing a conflict with masque's settings. I was able to resolve the issue by changing some settings of the addon in question, so you are correct, it's not a Masque issue.

StormFX commented 1 month ago

Glad you got it figured out! Closing this.