SuaviUI

An attempt to continue Quazii's unfinished addon.

File Details

SuaviUI-v0.3.0.zip

  • R
  • Feb 16, 2026
  • 2.16 MB
  • 28
  • 12.0.1
  • Retail

File Name

SuaviUI-v0.3.0.zip

Supported Versions

  • 12.0.1

🎮 SuaviUI v0.3.0 — Taint Stabilization Edition

✨ Highlights

  • Resolved a critical combat taint issue in Blizzard CooldownViewer (hasTotem path).
  • Promoted release from audit/hotfix state to stable 0.3.0.
  • Verified with full addon loadout enabled.

🧩 What happened

Some players experienced repeated combat errors tied to Blizzard CooldownViewer secret-value taint, reported as:

  • CooldownViewerItemData.lua:419
  • hasTotem (a secret boolean value tainted by 'SuaviUI')

🔍 Root cause

During audit isolation, the issue was traced to a SuaviUI-specific CDM runtime divergence:

  • A direct Blizzard RefreshLayout() fallback path was being invoked when centered styling was disabled.

✅ Fixes in v0.3.0

  • Removed direct RefreshLayout() fallback from CooldownManager.ForceRefresh.
  • Kept centered layout behavior intact while making the disabled-centered-styling branch taint-safe.
  • Restored normal module load order after isolation testing to avoid dependency-order regressions.

🙏 Thanks

Special thanks to everyone who helped test and report combat taint behavior quickly.