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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.