View Single Post
04-16-20, 03:15 AM   #1
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
WorldMapFrame.AddDataProvider causes ObjectiveTracker taint?

This happens with GatherMate2, HandyNotes, WorldQuestsList and propably others so I tracked it down to WorldMapFrame.AddDataProvider, this is what all of them use.

Code:

Lua Code:
  1. /run WorldMapFrame:AddDataProvider(CreateFromMixins(MapCanvasDataProviderMixin))

Steps to reproduce the error:

- Track one ore more quests and world quests
- Get in combat
- Click on a tracked normal quest -> world map opens
- Close world map
- Click on a tracked world quest -> INTERFACE_ACTION_BLOCKED_SHOWN

Video: https://youtu.be/kqBBK5EjYP8

So, does this really only happen for me? Can anyone test it please?
I couldn't find anything related to this issue and the mentioned addons are pretty common I'd say.

Last edited by sezz : 05-23-20 at 10:48 AM.
  Reply With Quote