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

028

  • R
  • Apr 26, 2026
  • 72.86 KB
  • 9
  • 12.0.5
  • Retail

File Name

BazWidgets-028.zip

Supported Versions

  • 12.0.5

BazWidgets

028 (2026-04-26)

Full Changelog Previous Releases

  • Tooltip: launder GetWidth/GetHeight via BazCore:SafeNumber
    Same Midnight secret-number taint we hit in SpeedMonitor: once
    GameTooltip processes item data (SetItemByID — fired by hovers
    through Zygor's gold tooltip flow, BazBars buttons, anything
    that calls SetItemByID), the resulting tooltip:GetWidth() and
    GetHeight() return secret numbers. Direct comparison/arithmetic
    on them throws while execution is tainted by BazWidgets.
    Wraps both reads in BazCore:SafeNumber to round-trip through %d
    • tonumber. Same fix path as SpeedMonitor 017.