I'm using the prefab 'Control - Simple Text Box' in a completely new scene with no other scripts and am using NGUI version 3.0.9 f3.
If I write a long enough word which makes it go to the next line, the caret will be placed to the left of the character at the new line like this:
http://i.imgur.com/mAssrpH.pngOne would think the next character I entered (without moving the caret), would be before the D, but if I write W, this happens:
http://i.imgur.com/buJJdoS.pngIt skips an additional index for every line the word continues:
http://i.imgur.com/unF1Gli.png (if I wrote another character, it would be inserted after the last 'ASDF', not before as one would assume).
If I press space and continue writing like normal, it will jump back to the correct index in the next line - it still bugs if I insert more characters in the multi-line word.