Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: hrlarsen on September 23, 2014, 02:37:50 AM

Title: Caret not showing at started selection
Post by: hrlarsen 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 :)
Title: Re: Caret not showing at started selection
Post by: ArenMook 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?
Title: Re: Caret not showing at started selection
Post by: hrlarsen 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.