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
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment