View Issue Details

IDProjectCategoryLast Update
0026400AI War 2GUIFeb 24, 2022 10:50 am
ReporterBadgerBadger Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.804 Bug Smooshing 
Fixed in VersionBeta 3.903 Multiplayer Polish 
Summary0026400: Planet Naming schema options Scroll Off Screen in game lobby
DescriptionIn the game lobby, I have some custom planet naming schemas. With them in the options scroll off the top of the screen, so you can't pick the ones earliest in the alphabet.
TagsNo tags attached.

Relationships

related to 0026506 resolvedChris_McElligottPark Starting fleet list goes out of the screen border 

Activities

Chris_McElligottPark

Feb 24, 2022 10:20 am

administrator   ~0064795

Without any custom additions, I can duplicate this, happily.

Chris_McElligottPark

Feb 24, 2022 10:50 am

administrator   ~0064797

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 16, 2022 12:16 am BadgerBadger New Issue
Feb 16, 2022 12:16 am BadgerBadger Status new => assigned
Feb 16, 2022 12:16 am BadgerBadger Assigned To => Chris_McElligottPark
Feb 23, 2022 1:15 pm BadgerBadger Relationship added related to 0026506
Feb 24, 2022 10:20 am Chris_McElligottPark Note Added: 0064795
Feb 24, 2022 10:50 am Chris_McElligottPark Status assigned => 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: 0064797