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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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.