Uh oh!
There was an error while loading. Please reload this page.
PoB Trader: Fix issues caused by sorting mode change - #5552
Conversation
QuickStick123
commented
Jan 5, 2023
I also included a fix fir the import button in #5375 but this seems to fix it differently. |
| end | ||
| self.sortedResultTbl[index] = sortedItems | ||
| self.itemIndexTbl[index] = 1 |
There was a problem hiding this comment.
I also included a fix fir the import button in #5375 but this seems to fix it differently.
Didn't check that PR yet but this line was wrong and had to be fixed. Looks like the intention was to reset the item index to 1 after sorting because dropdowns reset but the sorted item indexes are a little more convoluted. This is the correct way to reference the item on the first slot of dropdown containing sorted items.
|
Dullson
commented
Jan 9, 2023
Now it should fix #5544 |
…ommunity#5552) * fix(pobtrader): error message not clearing after successful sorting * fix(pobtrader): sort dropdown throwing error for jewels * fix(pobtrader): import button item tooltip not updating on sort * fix(pobtrader): check pseudoMods before indexing
Fixes#5542, #5544
Description of the problems being solved:
Import Itembutton tooltip not displaying selected dropdown item after sorting