Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.57f1
6000.2.4f1
6000.3.0b1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-117122
Regression
No
TextMeshPro InputField view is not updated when OnEndEdit is triggered
How to reproduce:
1. Open the “TMPInputFieldViewBug.zip“ project
2. Open the “SampleScene”
3. Enter Play Mode
4. Click on the InputField in the Game view, and type a long string (for the view to scroll horizontally until at least the first four characters are not visible)
5. Press Enter (to trigger OnEndEdit)
6. Observe the InputField in the Game view
Expected result: The word “rule” is visible in the InputField
Actual result: The InputField is completely white
Reproducible in: 3.0.9 (2023.2.0a1), 6000.0.57f1, 6000.2.4f1, 6000.3.0b1
Couldn’t test in: 2023.1.0a1 (unable to see string inside the InputField)
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Workaround: Click on the InputField again (it will refresh the InputField view, and the string “rule” will be displayed)
Notes:
- The bug is not reproducible on legacy InputField
- TextMeshPro was integrated into the uGUI package in 2023.2.0a14. Therefore, before that, TextMeshPro was a separate package
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Add comment