Opened 14 years ago
Closed 14 years ago
#1054 closed enhancement (fixed)
TA Text input brick, text should be right aligned (or keep cursor in view)
Reported by: | garycmartin | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Unspecified |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
When typing text into a text brick, the text field should be right aligned, instead of centred, to allow you to see what you are typing. Currently, after a couple of words, your input place has drifted off the right of the tile.
Change History (2)
comment:1 Changed 14 years ago by walter
- Status changed from new to assigned
comment:2 Changed 14 years ago by walter
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
The whole of the text input logic needs to be fixed... dead characters are broken, but composite characters work and the running off the end is really bad. But the right justify while typing is a good idea. I should probably expand the size of the brick to fit the text after the typing is finished (or even while it is happening, if I can figure out how) or switch to a left-justified with an ellipsis.