[BUG] MultiLineEditbox : Strange Cursor Behavior
Posted: Mon Aug 11, 2008 09:44
I'm using the CEGUI build from SVN, and I noticed some strange behavior with the MultiLineEditbox. If the down arrow is pressed on a line that is longer than the line below it, the cursor will skip over that shorter line to the one below it (i.e. will skip from line 1 to 3). Also, if you press the up arrow on a line that is longer than the line above it, the cursor will return to the start of that line (as if you pressed home) instead of moving to the end of the line above it.