You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: TipTac/ttCore.lua
+7
Original file line number
Diff line number
Diff line change
@@ -960,6 +960,13 @@ local function GetAnchorPosition(tooltip)
960
960
return"normal", "BOTTOMRIGHT";
961
961
end
962
962
963
+
-- workaround for bug in RaiderIO: https://github.com/RaiderIO/raiderio-addon/issues/203
964
+
if (var=="anchorFrameTip") and (ttAnchorType=="mouse") and (IsAddOnLoaded("RaiderIO")) andIsAddOnLoaded("Blizzard_Communities") and (IsInFrameChain(tooltip:GetOwner(), {
965
+
CommunitiesFrame.MemberList.ListScrollFrame
966
+
}, 3)) then
967
+
return"normal", "BOTTOMRIGHT";
968
+
end
969
+
963
970
-- override GTT anchor for (Guild & Community) ChatFrame
964
971
if (cfg.enableAnchorOverrideCF) and (IsInFrameChain(tooltip:GetOwner(), {
0 commit comments