0
Completed - Resolved

Crucible: LeaderBoard issue

policeofficer110 6 years ago updated by Lee "Noontide" Moon (Designer & Community Manager) 6 years ago 7

"<" button is not working in "My Score" tab. We can not see the score higher than ours.

Image 2344

Thank you and best regards.

Game Version:
Steam Public
Platform:
Windows
GOOD, I'M SATISFIED

thank you.

Satisfaction mark by policeofficer110 6 years ago

Stefan Furcht, Can we hide the buttons when in "My score" ?

As UI Design input. Standard practice for this type of leaderboard filtering is to allow players to browse the leaderboard as normal, but their starting point is centered on their score instead.


Personally I would advise the fix to allow scrolling (giving the player further context on exactly who is around them) but otherwise if we deem this too hard to implement we can disable the arrows completely as Nanorock suggests.

I made it work.
The problem was that the "My Score" filter requires a negative index to get entries ranked higher than the user,
but the index was clamped to 0 minimum.