Syling Tracker

Syling Tracker

28.6k Downloads

Blizzard objective tracker appears constantly

RyadaProductions opened this issue ยท 2 comments

commented

Describe the bug
A clear and concise description of what the bug is.

Do you have an error log of what happened?
No error is generated

To Reproduce
Steps to reproduce the behavior:

  1. Join a dungeon
  2. Blizzard objective tracker appears

Expected behavior
Blizzard objective tracker should remain hidden

Screenshots
image

What is the version of SylingTracker you use ?
0.5.1

What are the versions of PLoop and Scorpio you use ?

  • PLoop: v264
  • Scorpio: v057

Additional context
Other actions cause the same behavior. Once I figure those out I will list them as well.

commented

All works fines from my side. I think your issue may be caused by an another addon.

When Syling Tracker hiding the Blizzard objective tracker, this also unregister the "OnEvent" script to avoid the handler related to it showing the tracker for every progress update.

ObjectiveTrackerFrame:SetScript("OnEvent", nil)

If an another addon for some reason put the original handler to this "OnEvent" then the Blizzard objective tracker will appear to each progress update.

commented

Found the addon that was causing this, Benik ui V3.
It hides the UI while using a flight path and then unhides it again.
But it does not have proper support for Syling tracker because Syling doesn't get hidden by it and the moment you arive at your destination it unhides the default Objective tracker

I'm not sure if the support of it would have to come from Syling tracker or Benik UI.
Please let me know on which side it has to be implemented.