You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have units waiting for UWT to expire and the list is bigger than the page, then you get a vertical scroll bar. If you try to scroll down, you can't. The game always drops you back to the top.
To Reproduce
Steps to reproduce the behavior:
Open a game with lots of units with UWT
Click on Units View
Try to scroll down to see the bottom one
See error
Expected behavior
Scroll bars work as expected.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and version (please complete the following information):
OS: Linux
Freeciv21 version: 3.1-beta.1
Ruleset/Longturn game (if applicable):
Additional context
Came up as part of a conversation with @hugomflavio
The text was updated successfully, but these errors were encountered:
The QTimer updates every second and then repaints/updates the table. The purpose is to update the countdown timer in the table, but seems to have a deleterious effect with long lists.
Describe the bug
If you have units waiting for UWT to expire and the list is bigger than the page, then you get a vertical scroll bar. If you try to scroll down, you can't. The game always drops you back to the top.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Scroll bars work as expected.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and version (please complete the following information):
Additional context
Came up as part of a conversation with @hugomflavio
The text was updated successfully, but these errors were encountered: