Bizorke / Gear3Engine-Issues

For bugs and features.
1 stars 0 forks source link

Menu UI locks up sometimes. #1087

Closed JSideris closed 4 years ago

JSideris commented 4 years ago

Possible steps to reproduce:

  1. Leave the scoreboard open.
  2. Let the game time out so that you are returned to the main menu.
  3. The menu will be inoperable.

Note that when this was tested, there were some console errors related to scoreboard. However they should not have affected the html-hud.

JSideris commented 4 years ago

Errors described above were caused by trying to update the html of a column that hadn't been added yet. Should not have caused this problem.

JSideris commented 4 years ago

Confirmed that an open scoreboard is not the cause. Another possibility is timing out when in another window. Possible animation problem.

JSideris commented 4 years ago

Confirmed that it isn't caused by the death menu.

JSideris commented 4 years ago

Timeout when off-screen doesn't cause it.

JSideris commented 4 years ago

Might be worth considering that it's a bug in dotcss :/.

JSideris commented 4 years ago

Was able to reproduce, but not reliably.

  1. Die so that death menu pops u.
  2. Disconnect the server.
  3. Menu will restore in a locked state.

Cannot be reproduced reliably.

JSideris commented 4 years ago

Switched to jquery for menu fade animations. Hopefully will resolve.