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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.