Bugzilla – Bug 8364
Text input is cut off/flowing off the display
Last modified: 2008-08-28 16:58:49 UTC
When entering a long text string on Boom, the display won't display all entered text, but cut off after a few characters, with the remaining characters being entered outside the display.
Created attachment 3415 [details] SoftSqueeze - but real Boom is the same
This is for SC not the firmware - it needs Input.Text to only show the text around the cursor so that the text being input can be longer than the screen.
I could have sworn there used to be a routine in nextChar that checked if the cursor went past the edge and would shift the chars over to fit. It was certainly distant past enough that it may have been something in the text display handler instead. Either way, I've not been able to find it.
try change 20624.
Looking good - thanks!