BetterBags

BetterBags

1M Downloads

'Merge Stacks' makes item counter disappear if item count is higher than 10k.

fgsguedes opened this issue ยท 1 comments

commented

Addon Version

0.1.26

World of Warcraft Version

Retail

Describe the bug

Description

While having more than 10k of a single item, and with 'Merge Stacks' option enabled, it will make the item counter disappear.

9999 still shows the number just fine, but character count covers entire of item square's width.
Looting the 10k-th item, makes the number with 6 digits no longer fit in the square, and number is gone.

Bug observed in all bags. Regular, reagent, regular bank, reagent bank.

Partial feature request, it would be cool to have numbers shown in shorter format from there.
Not sure if it would make more sense to have the + or not in there, since it could not be exactly 10k in that scenario.
10k+, 10,1k+, 12k, etc.

Screenshots

9999 items + Addon version

No bug while item count still lower than 10k
Screenshot 2024-04-12 184347

10k items

Item count gone if merged stacks account for 10k items or more.
Screenshot 2024-04-12 183824

Item counter tooltip

Just showing via tooltip that there is actually 10k items on my bag.
Screenshot 2024-04-12 184033

Steps to reproduce

  1. Have 10k of a single item;
  2. Open options screen;
  3. Navigate to 'Backpack' on left menu;
  4. Under 'Stacking' sub category, enable 'Merge Stacks' option;
  5. Observe item counter gone in bag.
commented

This isn't a bug, this is how Blizzard handles the counter at the bottom of items. They explicitly put it in their code to replace the number with *. We will not modify Blizzard behavior here for the time being.