Skamer / Syling-Tracker

12 stars 1 forks source link

Blizzard objective tracker appears constantly #29

Closed RyadaProductions closed 1 year ago

RyadaProductions commented 3 years ago

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 ?

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

Skamer commented 3 years ago

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. https://github.com/Skamer/Syling-Tracker/blob/6c6cdd6c24d217d3a2c13a0957570e4da7fe6760/SylingTracker.lua#L78 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.

RyadaProductions commented 3 years ago

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.