View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0026400 | AI War 2 | GUI | Feb 16, 2022 12:16 am | Feb 24, 2022 10:50 am | |
Reporter | BadgerBadger | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 3.804 Bug Smooshing | ||||
Fixed in Version | Beta 3.903 Multiplayer Polish | ||||
Summary | 0026400: Planet Naming schema options Scroll Off Screen in game lobby | ||||
Description | In 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. | ||||
Tags | No tags attached. | ||||
related to | 0026506 | resolved | Chris_McElligottPark | Starting fleet list goes out of the screen border |
|
Without any custom additions, I can duplicate this, happily. |
|
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. |
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 |