Author Topic: Caret not showing at started selection  (Read 9050 times)

hrlarsen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 3
  • Posts: 35
    • View Profile
Caret not showing at started selection
« on: September 23, 2014, 02:37:50 AM »
Hi

I have came across a minor issue, that the UIInput caret "|" is not shown at the beginning of a selection of an input field. In order for it to show you will have to press twice on the input field or write something. The problem is occouring in the editor on both multiline and single line text. On iOS it works on single line input but not multiline, where you also have to click twice or write something (yes I have modified UIInput to hide the input on multiline and password, but also tried this with the original UIInput script).

EDIT: I have hideInput enabled on all instances


 Hope you have a solution :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Caret not showing at started selection
« Reply #1 on: September 23, 2014, 12:19:18 PM »
I'm not sure I understand... the problem is occurring in the editor, you said. "Hide Input" option is ignored in the editor. How can the problem occur there?

hrlarsen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 3
  • Posts: 35
    • View Profile
Re: Caret not showing at started selection
« Reply #2 on: September 24, 2014, 08:23:04 AM »
Never mind. I found that it was due to scaling, because I have a root at 2048 pixels fixed size, and the scaling is then hiding the caret, even though it's there.