nezroy / DeModal

World of Warcraft addon to make most default Blizz UI panels movable.
Apache License 2.0
12 stars 2 forks source link

Due to DeModal affecting the Spellbook frame on retail blocked actions happen for other addons #39

Open plusmouse opened 2 months ago

plusmouse commented 2 months ago

As stated in the title. A solution is to exclude the spellbook from the logic used.

nezroy commented 2 months ago

It should only be hooking the spellbook in a secure fashion (and some other secure frames that way too) but I'll see if I can track down what's causing the taint.

plusmouse commented 2 months ago

Its not the hook, its adding the SpellBook to the UISpecialFrames list that's the issue.

plusmouse commented 2 months ago

Blizzard altered their "Hide" actions to no longer be a taint barrier, so if the SpellBook is in the list it then gets tainted by other addons whose frames are in the list.