Is Hiding drop-down menus on the World Map workaround still necessary?
gouletr opened this issue ยท 5 comments
Bug description
I am trying to track a taint in my addon, which is currently depending on Questie. And while looking through the taintlog, I saw "hiding drop-down workaround" causing the very first taint:
10/18 13:29:52.252 Global variable WorldMapZoneMinimapDropDown_Update tainted by Questie - Interface\AddOns\Questie\Modules\WorldMapTaintWorkaround.lua:10 doWorkaround()
10/18 13:29:52.252 Interface\AddOns\Questie\Modules\WorldMapTaintWorkaround.lua:27
As mentioned here Stanzilla/WoWUIBugs#165, it looks like the ui dropdown taint has been fixed.
Maybe that workaround should be removed? I tested it locally, and removing the workaround fixed that one taint issue. But I am not sure if there are other issues around it. Can anyone confirm?
Questie & WoW version
Questie 7.4.1
WotLK Classic 3.4.0
Hey @gouletr thanks for reporting this and sorry for the very late response. We have this on our list for quite some time to verify if that work around is still necessary ๐
Seems to still be an issue on WoW 3.4.1/Questie 7.4.8, no taint with Modules\WorldMapTaintWorkaround.lua
loaded.
@gouletr How did you trigger the taint shown in your OP? Just have Questie and your addon loaded and opening guild settings?
@gouletr How did you trigger the taint shown in your OP? Just have Questie and your addon loaded and opening guild settings?
Just Questie, then I think I opened the world map iirc.
This would fix #4147
@MyTechnoHunter would you mind investigating this?