Ticket #1054 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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 by Release Team
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

Changed 4 years ago by walter

  • status changed from new to assigned

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.

Changed 4 years ago by walter

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.