frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
107 stars 20 forks source link

cannot click on Party Frames when TipTacTalents is enabled while playing SoD #270

Closed frozn closed 5 months ago

frozn commented 6 months ago

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

frozn commented 6 months ago

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... 🤞