cannot click on Party Frames when TipTacTalents is enabled while playing SoD
frozn opened this issue · 1 comments
From: Jchiera93
Hello,
It seems that when I have TipTacTalents enabled while playing SoD I cannot click on Party Frames. I'm not getting and errors, but when I disable TipTacTalents and reload or log out/back in I'm able to click Party Frames again. I've disabled all my AddOns and am just using the Default Blizz UI with the same result.
Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn?comment=370
Suppressing the error speech in Classic Era and WotLKC when calling CanInspect()
with calling SetCVar("Sound_EnableErrorSpeech", 0)
before and SetCVar("Sound_EnableErrorSpeech", 1)
after strangely cancels the selection.
As a workaround suppressing error message and speech when calling CanInspect()
is now done with calling UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
before and UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")
after.
Hopefully this doesn't add taint... 🤞