Talking Heads is always in the bottom left of the screen and can not be moved
mrCorbyn opened this issue · 24 comments
This issue appears sporadically (not always a talking head on the screen) but often it is moved to the bottom left of the screen since the 9.0.5 update
Addon Version
9.0.24 Retail
World of Warcraft Version
Retail
After 9.0.5 I got the same problem.
Not use MoveAnything.
The day before 9 0 5 it worked fine.
Thus might work a bit better now. I do normal testing with the void elf intro quest
https://snipboard.io/TIaGuN.jpg
When I try move it with my mouse, its stuck and I cant:
https://snipboard.io/tljMsT.jpg
https://snipboard.io/8UvkH0.jpg
And When I try move it with my mouse, its stuck and I cant:
There seems to be some incompatibility with the bigwigs addon, when I turn it off the problem ends.
BigWigs
v. 216
Plugins/BossBlock: Add the ability to block the "Talking Head" frame, which is mainly targetted at mythic+ but can be expanded to where it's required.
And then they start working with it. Maybe the problem is here.
More for BigWigs to fix than anything I think. At the very least, if something sets TalkingHeadFrame.ignoreFramePositionManager = true
then BigWigs shouldn't mess with it.
Can I disabel this BigWigs funcion somehow? Delete some file or change it in the BigWigs folder?
Are you going to discuss this with the BigWigs creator? Or should I create a Bug report for BigWigs?
Yep, confirmed its BigWigs as the culprit. It appears to take over the frame, even outside of raids.
I dont think we do anything special, all that's being done is registred an event then then do something when that happens:
https://github.com/BigWigsMods/BigWigs/blob/master/Plugins/BossBlock.lua#L363-L411
Are you only checking ADDON_LOADED and not checking if the Addon is already loaded? I dont see you checking if the addon is already loaded.
It's an OptionalDeps for us, so it's loaded as we load BigWigs. Your codde wouldn't trigger as you will never recieve the 'ADDON_LOADED' event and trigger this.
Dominos/Dominos_Encounter/talkingHeadBar.lua
Lines 108 to 114 in ffaf8e0
glhf