promotional bannermobile promotional banner

StockVault

StockVault is the Vault Suite inventory and storage addon for World of Warcraft: Midnight.

File Details

StockVault-1.0.6.18.zip

  • R
  • Jun 11, 2026
  • 1.49 MB
  • 4
  • 12.0.5
  • Retail

File Name

StockVault-1.0.6.18.zip

Supported Versions

  • 12.0.5

Version
- Bumped to 1.0.6.18
- No DB version bump, because this is UI/widget layout hardening only

UI/Widgets.lua
- Hardened W.ScrollPanel:
  - recalculates scroll range on resize
  - keeps scroll child width synced to live drawable width
  - no longer permanently reserves scrollbar width when scrollbar is hidden
  - added GetDrawableWidth()

- Hardened W.Dropdown:
  - menu now uses live dropdown width
  - menu repositions inside the owning window
  - can open upward/right-aligned when needed
  - avoids stale constructor-width menus

- Hardened W.Row:
  - removed dangerous 980px fallback behavior
  - added responsive width support

- Hardened W.Checkbox:
  - label now has right bounds
  - host can respond to width changes

- Improved W.ClearChildren:
  - no longer reparents children to nil by default during resize-driven refreshes
  - reduces transient empty-layout states

UI/Widgets/SearchBar.lua
- Search box now anchors left/right inside its host
- Added responsive width support

UI/Widgets/FilterBar.lua
- Filter buttons now wrap instead of overflowing

UI/Widgets/EmptyState.lua
- Empty panels now size from parent/content width instead of fixed 960px

UI/Widgets/ScanStatusRow.lua
- Scan status rows now use responsive width instead of fixed 1040px

UI/Widgets/CharacterTile.lua
- Tile text now has right bounds
- Added responsive width support

UI/Widgets/ItemRow.lua
- Rebuilt legacy item row into a responsive row
- Hides low-priority columns in narrow layouts instead of overflowing

UI/Widgets/SummaryCard.lua
- Added right bounds and responsive width support

UI/StorageAccordionGrid.lua
- Width resolution now prefers the live scroll-panel drawable width

UI/MainFrame.lua
UI/StandaloneBagViewer.lua
- Fixed geometry normalization helper order before save functions