promotional bannermobile promotional banner

BazWidgetDrawers

Slide-out side drawer for a stack of dockable widgets: Quest Tracker, Minimap, Info Bar, Repair, and more. Fades out when unused, pops back on hover. Other addons can register their own widgets via the BazCore DockableWidget API.

File Details

047

  • R
  • Apr 27, 2026
  • 110.03 KB
  • 2
  • 12.0.5
  • Retail

File Name

BazWidgetDrawers-047.zip

Supported Versions

  • 12.0.5

BazWidgetDrawers

047 (2026-04-27)

Full Changelog Previous Releases

  • QuestTracker: substitute completion line for ready-to-turn-in quests, bump to 047
    Match Blizzard_QuestObjectiveTracker.lua's behaviour at lines 289-318:
    when a regular quest is C_QuestLog.IsComplete, the tracker replaces
    the original objectives with a single completion line and hides the
    dash prefix:
    * isAutoComplete -> "Quest Complete" + "Click to Complete"
    * has completionText (non-auto) -> the completion text from
    GetQuestLogCompletionText (e.g., "Return to NPC X")
    * neither -> "Ready for Turn-In"
    Previously we kept rendering the stale "Find X" objective text for
    quests already finished, which clutters the panel and disagrees with
    Blizzard's default tracker. Now those quests show just the proper
    turn-in line in the green "Complete" colour.
    World quests, achievements, and scenarios are unaffected - only
    kind == "quest" gets the substitution. The new obj.hideDash flag
    suppresses the leading dash and check icon for completion lines.