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
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
- Unable to bind RenderTexture to the VisualElement's StyleBackground property
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
Add comment