PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
37 stars 8 forks source link

UI: Bot names appear strange on arrow down event #251

Closed kai-li-wop closed 5 months ago

kai-li-wop commented 5 months ago

I must have mixed up something when implementing the bot names in the list (see 574a84a419d437d86539cefd6c81ee6836d891f8), but I cannot see what.

  1. You need to have more than 12 player spots enabled in start server menu, let's enter 16.
  2. Now go to select bots menu and the selected bots list on the right side now show the arrows.
  3. Click the arrow down and up for a few times, you will see, that the bot names in the bot grid change to undefined values or disappear.

The arrows should control only the selected bots list on the right side and not the bot grid on the left side. So from where did I take the names shown there?

shot0000

kai-li-wop commented 5 months ago

@mgerhardy: The issue still appears. When clicking down or up arrows on the right side with more then 12 bots in the list, the shown bot names on the left bot grid change and are shown strange. This should not occur. The up and down arrows should not influence the bot grid on the left. Only the left and right arrows should change the bot grid.

kai-li-wop commented 5 months ago

OK, now it seems to be fixed