Baganator

Baganator

1M Downloads

Regression in corner widget priority behavior in conjunction with 3rd-party widgets (probably since v306)

tflo opened this issue · 4 comments

commented

Minimal working example, bottom left corner:

Screenshot 2024-06-11 at 11 58 34

Up until v305: Baganator's BoA text was displayed if the item is BoA; if it is soulbound, SimpleItemLevel's Soulbound icon was displayed.

Since v306: Baganator's BoA text is displayed if the item is BoA; if it is soulbound, nothing is displayed (SimpleItemLevel's Soulbound icon is suppressed).

The old behavior was largely superior, because Baganator's BoA is effectively a subset of SimpleItemLevel's Soulbound (SimpleItemLevel does only an "isBound" check, which includes BoA, whereas Baganator probably does a tooltip scan for BoA).
This is also the reason why I can't simply invert the order, then Baganator's BoA would always be overwritten by SimpleItemLevel's Soulbound .

This was just an example; similar things happen with other widget combos, e.g. Baganator's Tradable Loot and the CIMI icon.

It would be great if you could find a way to restore the old behavior in this regard.

commented

Fixed in v308 (available shortly)

commented

Will the be the same zip as:
Baganator-308-2-g4cb28e5.zip

commented

Sorry, v309, pushed the wrong tag.

commented

308-2-g4cb28e5 seems to work fine again. Thanks for the superfast fix!