Author Topic: UIInput Problem with hideInput and changing caret position (iOS, NGU 3.8.0)  (Read 7696 times)

seilz

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Please always update NGUI to the latest before posting. My reply is always going to be the same: please update.

seilz

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Issue seems to be fixed with latest! (3.9.4b)
Sorry