Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: jnbt on October 29, 2013, 10:45:08 AM
-
While typing data into UIInput in password mode the input is substituted with "*" correctly.
But on deselection (e.g. clicking outside the UIInput element) the entered password is displayed in plain text.
I think this is a bug, or am I missing a point?
I've fixed this issue by hacking a "UpdateLabel();" at the end of "protected void OnDeselectEvent ()"
-
In which version of NGUI? It works properly in 3.0.3e. Password is never displayed in plain text.
-
I have this problem in 3.0.3d. I cannot test it with 3.0.3e as I have a hard deadline at the moment.
-
I test this on 3.0.3e and I'm also having this problem, when the user deselect the uiinput before hitting enter on the keyboard, the password is revealed.
-
Can you provide some more details on this? Everything is working as expected for me when I just create a label and add a UIInput to it. What is the setup like?
-
I'm doing the same thing, I create a label, assign the dynamic font then add ui input component, and then assigning the label to the input and finally attach a collider, that my input setup.
-
Found the issue, will be fixed in the next update.