Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: seilz on November 30, 2015, 05:16:22 AM

Title: UIInput Problem with hideInput and changing caret position (iOS, NGU 3.8.0)
Post by: seilz on November 30, 2015, 05:16:22 AM
Hi,

i'm using a UIInput and want to hide the native InputBox which works fine (hideInput = true).

If you select an other position on the UIInput by tapping somewhere on the inputstring however, the following input is still appended to the end of the Textfield.

For example i type "Hello NGUI" and tap on the end of "Hello", the caret moves ("Hello| NGUI").
If i continue typing, text goes to the end ("Hello NGUI[new text goes here]").
Same happens if you use the arrow keys from the softkeyboard (available with iOS9.1 i guess).

Is this a bug, or am i missing something?

Cheers,
seilz
Title: Re: UIInput Problem with hideInput and changing caret position (iOS, NGU 3.8.0)
Post by: ArenMook on December 01, 2015, 07:22:20 AM
Please always update NGUI to the latest before posting. My reply is always going to be the same: please update.
Title: Re: UIInput Problem with hideInput and changing caret position (iOS, NGU 3.8.0)
Post by: seilz on December 01, 2015, 10:12:27 AM
Issue seems to be fixed with latest! (3.9.4b)
Sorry