View Issue Details

IDProjectCategoryLast Update
0026506AI War 2GUIFeb 24, 2022 10:50 am
ReporterDaniexpert Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.903 Multiplayer Polish 
Fixed in VersionBeta 3.903 Multiplayer Polish 
Summary0026506: Starting fleet list goes out of the screen border
DescriptionThe list to choose the starting fleet goes out of the screen.
TagsNo tags attached.

Relationships

related to 0026400 resolvedChris_McElligottPark Planet Naming schema options Scroll Off Screen in game lobby 

Activities

Daniexpert

Feb 23, 2022 10:11 am

manager  

Daniexpert

Feb 23, 2022 10:12 am

manager   ~0064749

This probably happens also with the starting battlestation, and other long lists.

Chris_McElligottPark

Feb 24, 2022 10:19 am

administrator   ~0064793

Hmm, this does not happen at 1900x900, which is the normal resolution I use the game at. I swapped to 1920x1080, which was the resolution of your screenshot, and I still could not duplicate it. It opens downward, rather than upward.

If anyone has any steps for repro, they would be welcome!

Chris_McElligottPark

Feb 24, 2022 10:19 am

administrator   ~0064794

Ah -- I can duplicate it with the planet naming types, which Badger had reported. So it's all one bug, I can handle it from there.

Chris_McElligottPark

Feb 24, 2022 10:50 am

administrator   ~0064796

Thanks!

* Dropdown lists should generally drop... down... unless there is not room, in which case they flip and go upwards. The logic for this from TextMeshPro was not working entirely properly, possibly because they were trying to keep to canvas space (their code has to work on a huge number of situations, including canvases in various levels of world space). At any rate, I've reworked this to look purely to the screen space coordinates (as adjusted into world space), ignoring any canvas space requirements.
** This keeps lists dropping down more of the time, and only dropping up when there is absolutely not enough room. This then also fixes the bug where sometimes lists that were at just the "right" spot in the middle of the screen would pop up rather than down, and hang a few pixels off the top.

Issue History

Date Modified Username Field Change
Feb 23, 2022 10:11 am Daniexpert New Issue
Feb 23, 2022 10:11 am Daniexpert File Added: 2022-02-23 16_09_43-AIWar2.png
Feb 23, 2022 10:12 am Daniexpert Note Added: 0064749
Feb 23, 2022 10:13 am Daniexpert Description Updated
Feb 23, 2022 1:15 pm BadgerBadger Relationship added related to 0026400
Feb 24, 2022 10:19 am Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 24, 2022 10:19 am Chris_McElligottPark Status new => feedback
Feb 24, 2022 10:19 am Chris_McElligottPark Note Added: 0064793
Feb 24, 2022 10:19 am Chris_McElligottPark Note Added: 0064794
Feb 24, 2022 10:50 am Chris_McElligottPark Status feedback => resolved
Feb 24, 2022 10:50 am Chris_McElligottPark Resolution open => fixed
Feb 24, 2022 10:50 am Chris_McElligottPark Fixed in Version => Beta 3.903 Multiplayer Polish
Feb 24, 2022 10:50 am Chris_McElligottPark Note Added: 0064796