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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment