BazWidgets

BazWidgets is a widget pack addon for BazWidgetDrawers. Provides additional community and utility widgets that dock into the drawer alongside the built-in ones. Designed as a reference for third-party widget authors. Requires BazCore and BazWidgetDrawers.

File Details

020

  • R
  • Apr 26, 2026
  • 70.74 KB
  • 0
  • 12.0.5
  • Retail

File Name

BazWidgets-020.zip

Supported Versions

  • 12.0.5

BazWidgets

020 (2026-04-26)

Full Changelog Previous Releases

  • Tooltip: dismiss on drawer collapse
    GameTooltip lives under UIParent, so anchoring it to our widget's
    slot doesn't move it off-screen when the drawer collapses — the
    slot just becomes invisible while the tooltip continues hovering at
    its last on-screen position. OnHide on the widget frame fires when
    the visibility chain breaks; if the tooltip is still anchored to us
    at that moment, dismiss it. Re-opens the drawer → next hover
    re-anchors via SetDefaultAnchor as usual.