[Reported] Small sorting bug: Order by Level

Platform, device version and operating system:
Android

Screenshot or image:

What you were expecting to happen, and what actually happened:
I expected sorting by Level to display all level 20 before any level 19, somehow Egris level 20 is considered a level 19 in the grouping.

How often does this happen? When did it begin happening?
Was doing a quick sweep of troops to upgrade, and came across this apparent anomaly.

Steps to make it happen again
Assuming it’s not an issue specific to my account, sort by Level and see if a fully upgraded Egris (or something other troop possibly affected by this bug) is grouped among level 19 troops.

..or maybe I’m just missing something obvious?
:thinking: :man_shrugging: :vulcan_salute:

I think this might be your culprit. In my experience, if you level a troop, it won’t update its sorting at all during the same game session. I take it Egris started at 19, and stayed there in the sorting even after you pushed it to 20.

My guess is it’ll be fixed if you quit out and return.

5 Likes

Thanks: restarting solved it.

I upgraded many troops in that session, but Egris was the only one that refused to go to their level 20 group. :man_shrugging:

So I guess this makes it a very unlikely to reproduce (visual?) bug, therefore Jeto pls feel free to close this bug report.
:pray: :vulcan_salute:

3 Likes

It’s not a visual bug, in my experience it can be reproduced with 100% reliability. The filter seems to be operating on a copy of the collection, probably in some indexed format for faster access. It doesn’t get updated while browsing the collection. I guess that would be a fairly time expensive operation, so it only gets set up once, when the game launches. It’s probably not worth spending effort on it, there are way more pressing issues that should be looked at.

5 Likes

Did you recently Ascend the troop? I’ve seen this happen a few times before, but that’s basically the only times.

E.g. let me upgrade the new Faction Troop…

  • Alabaster Knight (newly acquired) correctly sorted at Level 1
  • Unlocked all 3 traits
  • Upgraded to Lv.5 (via souls)
  • Alabaster Knight correctly sorted <Lv.16 and >Lv.3
  • Upgraded to Lv.18 (via Major Green Orb)
  • Alabaster Knight correctly sorted among other Lv.18 Troops

So, clearly, leveling the Troop by itself isn’t enough to reproduce the issue, there’s something more complicated going on.

1 Like