Search Issue Tracker
Won't Fix
Under Consideration for 6000.2.X, 6000.3.X
Votes
0
Found in
2022.3.61f1
6000.0.46f1
6000.1.0b14
6000.2.0a8
6000.3.0a1
Issue ID
UUM-102757
Regression
No
Text Input doesn't restore the old input in the Inspector window when using the "Revert" button on Prefabs
How to reproduce:
1. Open the attached “IN-98544” project
2. Open the “SampleScene“
3. In the Hierarchy window, select “Canvas” > “Text (TMP)“ and go to the Inspector window
4. In the TextMeshPro - Text (UI) component select the Text Input field
5. Delete the current text and write any other text
6. Right-click on the background area next to the Text Input field
7. Click “Revert“
8. Observe the results in the Text Input field
Expected result: The text reverts to the old input
Actual result: The text doesn't revert to the old input
Reproducible with: 2022.1.0a10, 2022.3.61f1, 6000.0.46f1, 6000.1.0b14, 6000.2.0a8
Reproducible on: MacOS 15.3 (M4)
Not reproducible on: No other environments tested
Note: The text reverts to the old input when clicking outside the TextMeshPro - Text (UI) component
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP] The number of Shader variants increases from 96 to 186624 when the Strip Unused Variants is set to 0
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
Resolution Note:
The risk for regression for fixing this is too high compared to the gain. The Text input is focused and being edited, so it's expected to keep the edited text.