Krowi's Util

A comprehensive utility library providing reusable functions for string manipulation, table operations, color management, and metadata handling

File Details

2.4

  • R
  • Jun 10, 2026
  • 26.11 KB
  • 58
  • 12.0.5+3
  • Classic + 3

File Name

Krowi_Util-v2.4.zip

Supported Versions

  • 12.0.5
  • 5.5.3
  • 2.5.5
  • 1.15.8

Fixed (2.4)

  • GameTooltip:Hide() in Icon:OnAddonCompartmentLeave is now called via securecall to prevent UI taint (dev note: calling GameTooltip:Hide() directly from addon code marks the GameTooltip object as tainted; this cascades through GameTooltip_ClearWidgetSetUpdateWidgetLayoutDefaultWidgetLayoutLayoutFrame.lua, producing repeated attempt to compare a secret number value (execution tainted by ...) errors that auto-fire every ~20–30 seconds, commonly triggered by hovering map POIs or entering/leaving combat; wrapping in securecall keeps the call in a protected context so Blizzard's layout code never sees the taint)