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

061

  • R
  • May 25, 2026
  • 117.71 KB
  • 47
  • 12.0.5
  • Retail

File Name

BazWidgetDrawers-061.zip

Supported Versions

  • 12.0.5

BazWidgetDrawers

061 (2026-05-25)

Full Changelog Previous Releases

  • v061: re-anchor adopted minimap buttons after click
    Some addons re-anchor their own LibDBIcon minimap button when the
    user activates them - VaultLoom is the case that surfaced this -
    which yanks the button out of the Minimap Buttons widget back
    onto the Minimap. Hook each adopted button's OnClick and schedule
    two cheap deferred re-layouts (at 0.05s and 0.30s) to re-assert
    ownership; the round trip is fast enough that the visual yank
    isn't perceptible.
    OnClick is the only safe surface for this. An earlier attempt to
    hook SetPoint/SetParent crashed the client by interacting badly
    with LibDBIcon's startup churn.
  • default the MinimapButtons widget on with a curated widget order
    New installs now get the Minimap Buttons widget enabled out of the
    box, and the default drawer seeds a top-to-bottom widget order of
    Zone Text > Minimap > Minimap Buttons > Quest Tracker instead of
    falling back to alphabetical-by-id (which produced a less coherent
    layout). Existing profiles preserve any user-chosen order via the
    legacy widgetOrder migration.