Summary
Hovering a map POI can trigger a secret-value error in Blizzard's tooltip widget code while World Quest Tab 12.0.11 is installed.
This is not the normal WQT quest tooltip path: the stack enters through Blizzard_SharedMapDataProviders/QuestOfferDataProvider.lua and AreaPoiUtil.lua. WQT's saved profile has no override for general.useCustomTooltip, so the current default true should apply.
I am reporting this here in case one of WQT's map hooks leaves this Blizzard Area POI tooltip path tainted. It may also be a Blizzard-only bug.
Error
Message: .../Mainline/Blizzard_UIWidgetTemplateTextWithState.lua:31: bad argument #1 to 'SetWidth' (Usage: self:SetWidth(width). Secret values are only allowed during untainted execution for this argument.)
Time: Mon Jun 1 01:07:04 2026
Count: 1
Stack:
[Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateTextWithState.lua]:31: in function 'Setup'
[Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetManager.lua]:526: in function 'ProcessWidget'
[Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetManager.lua]:562: in function 'ProcessAllWidgets'
[Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetManager.lua]:275: in function 'RegisterForWidgetSet'
[Interface/AddOns/Blizzard_GameTooltip/Mainline/GameTooltip.lua]:588: in function 'GameTooltip_AddWidgetSet'
[Interface/AddOns/Blizzard_FrameXMLUtil/AreaPoiUtil.lua]:44: in function <...terface/AddOns/Blizzard_FrameXMLUtil/AreaPoiUtil.lua:3>
[tail call]: ?
[C]: in function 'TryShowTooltip'
[Interface/AddOns/Blizzard_SharedMapDataProviders/AreaPOIDataProvider.lua]:166: in function <...zzard_SharedMapDataProviders/AreaPOIDataProvider.lua:159>
[C]: in function 'OnMouseEnter'
[Interface/AddOns/Blizzard_SharedMapDataProviders/QuestOfferDataProvider.lua]:870: in function <...rd_Blizzard_SharedMapDataProviders/QuestOfferDataProvider.lua:869>
Relevant locals:
widgetType=8
widgetID=6080
widgetSetID=1333
text=" Council of Dornogal"
Environment
- World Quest Tab: 12.0.11
- WoW Retail interface: 120005
BWQDB.global.profiles[0].general is empty, so useCustomTooltip = true should come from defaults.
- No
taint.log was present locally.
Notes
I have not reproduced this with World Quest Tab disabled or with all addons disabled yet, so addon ownership is not confirmed.
Summary
Hovering a map POI can trigger a secret-value error in Blizzard's tooltip widget code while World Quest Tab 12.0.11 is installed.
This is not the normal WQT quest tooltip path: the stack enters through Blizzard_SharedMapDataProviders/QuestOfferDataProvider.lua and AreaPoiUtil.lua. WQT's saved profile has no override for
general.useCustomTooltip, so the current defaulttrueshould apply.I am reporting this here in case one of WQT's map hooks leaves this Blizzard Area POI tooltip path tainted. It may also be a Blizzard-only bug.
Error
Relevant locals:
Environment
BWQDB.global.profiles[0].generalis empty, souseCustomTooltip = trueshould come from defaults.taint.logwas present locally.Notes
I have not reproduced this with World Quest Tab disabled or with all addons disabled yet, so addon ownership is not confirmed.