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
- Error “NullReferenceException: Object reference not set to an instance of an object“ is present when the UI Toolkit Debugger window is docked and inactive on Editor launch
- RenderTexture pixels are gray when created without drawing on macOS
- Slider disappears when the Baked Lightmap Viewer window is at its minimum size
- Crash on 'TransformParticleMesh' when setting Particles in PlayMode
- UI Toolkit Window popups are cropped when using an UHD monitor coupled with a lower resolution monitor
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.