Closed WanderingFox closed 3 months ago
Commenting out the two references to it in LibItemString seems to resolve the issue. Not sure what impact that has, but I'm not noticing anything. Presuming the call is no longer needed.
Commenting out the two references to it in LibItemString seems to resolve the issue. Not sure what impact that has, but I'm not noticing anything. Presuming the call is no longer needed.
What exactly did you comment out?
I commented out line 321 and line 327 in LibItemString.lua and seems to work
Commenting out the two references to it in LibItemString seems to resolve the issue. Not sure what impact that has, but I'm not noticing anything. Presuming the call is no longer needed.
What exactly did you comment out?
There's two calls to TooltipUtil.SurfaceArgs
that are no longer needed. It used to be required to populate data for tooltip scanning, but was changed to do nothing at some point in late DF. 11.0.2 removed it entirely, so now those two lines cause errors.
Thank you. Much appreciated.
Thanks for figuring out that calling TooltipUtil.SurfaceArgs()
is obsolete (since df 10.1.0) and can be removed. 👍
I'm now back from my vacation and fixed it. Will be included in the next release.
Describe the bug
The
TooltipUtil.SurfaceArgs
approach to scanning tooltips without creating a frame seems to have vanished from 11.0.0 -> 11.0.2Steps to Reproduce
Mouse over something so a tooltip spawns
Expected behavior
No error to be generated
Additional context
Yeah I have no idea where it's gone off to either...
Additional digging might imply it's no longer needed?
Version of TipTac Reborn
24.08.05
Flavor/Version of WoW
Retail 11.0.2