Search Issue Tracker
Fixed in 5.0.3
Votes
0
Found in
4.6.4f1
Issue ID
690981
Regression
No
[WSA] Typing with touch screen keyboard PasswordField shows clear text
GUI.TextField and GUI.PasswordField fail to function correctly. Typing with touchscreen keyboard, PasswordField displays clear text until focus changes, and TextField doesn't display the argument text passed into the function.
Reproducible on 4.6, 5.0 versions;
Repro steps:
1) Extract the attached sample and open the scene in the editor. The project displays two fields. The top is a standard PasswordField(). The bottom is a masked TextField that should display '*'s for characters and should look exactly like a PasswordField.
2) Run in the editor. Note that both the PasswordField() and Masked TextField operate as expected.
3) Open the build settings window and switch to Windows Store target, SDK 8.1
4) build and run the project on touchscreen device
Note that the PasswordField displays clear text, and the call does not return any text at all until GUI focus changes. Also note that the workaround TextField doesn't display the text being provided, but instead displays what the user typed until GUI focus changes.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Search: Inspector section icon is less sharp/more pixelated than other editor icons
- Search description string is always truncated
- [VFX] When Grouped Nodes are converted to Subgraph Operator resulting Graph Node is not included in the Group
- Search window icons are less sharp/more pixelated than other editor icons
- The Inspector can be covered when scaling the horizontal separator bar
Add comment