Only the first InputBox in a row can be selected #4
Labels
No labels
SFLCARS-commandline
SFLCARS-interface
SFLCARS-main
SFLCARS-server
SFLCARS-test
SFLCARS-utility
bug: confirmed
bug: unconfirmed
duplicate
enhancement
help wanted
invalid
not an issue
open to pr
p:linux
p:windows
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kennyrkun/SFLCARS#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If there is more than one InputBox in a row
only the first InputBox will be selectable.
I think the the rest of the boxes can be used by pressing tab, or the arrows, but text inside them is not rendered. This appears to be a great opportunity to implement proper Layouts, like
HorizontalBoxLayoutandVerticalBoxLayout. Still, the entire Layout system needs work.