TipTac Reborn

TipTac Reborn

1M Downloads

mouse anchor is broken since patch 1.15.7

frozn opened this issue · 4 comments

commented

Describe the bug

From: Neptec

Hey, after the update the mouse anchor is completely broken, it doesnt respect any changes

Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn/?comment=733

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

25.03.30

Flavor/Version of WoW

1.15.7

commented

GetMouseFoci() doesn't return the WorldFrame, although it has been enable to receive mouse motion events with WorldFrame:EnableMouseMotion(true). Framestack shows the WorldFrame.

Possible blizzard bug.

commented

Created a bug report for blizzard: Stanzilla/WoWUIBugs#724

commented

From: takomelitan

hello, I am getting these that I have to disable the anchor option tab. Can you help me out? Thank you !

3x [ADDON_ACTION_BLOCKED] 插件 'TipTac' 尝试调用保护功能 'WorldFrame:EnableMouseMotion()'。
[!BugGrabber/BugGrabber.lua]:485: in function <!BugGrabber/BugGrabber.lua:485>
[C]: in function 'EnableMouseMotion'
[TipTac/ttCore.lua]:3528: in function 'GetAnchorPosition'
[TipTac/ttCore.lua]:3618: in function 'SetDefaultAnchorHook'
[TipTac/ttCore.lua]:3755: in function <TipTac/ttCore.lua:3754>
[C]: in function 'GameTooltip_SetDefaultAnchor'
[Blizzard_GameTooltip/Mainline/GameTooltip.lua]:947: in function 'SetWorldCursor'
[Blizzard_UIParent/Mainline/UIParent.lua]:1355: in function <...rfaceBlizzard_UIParent/Mainline/UIParent.lua:1278>
[C]: ?
 
Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}

Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn/?comment=743

commented

Added a temporary workaround for blizzard bug in patch 1.15.7, where GetMouseFoci() doesn't return the WorldFrame any more. Fix will be included in the next release.