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
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
- The "Open Frame Debugger" button in the Game View toolbar not only opens the Frame Debugger window but toggles between enabling/disabling the Frame Debugger when pressed
- HDRP Water renders black when the PrecomputedAtmosphericAttenuation is set to zero
- [FrameDebugger][WebGL] Disable the possibility in Frame Debugger to allow receiving data from the WebGL build
Add comment