Search Issue Tracker
Fixed
Fixed in 2022.3.57f1, 6000.0.36f1, 6000.1.0b4, 6000.2.0a1, 7000.0.0a16
Votes
0
Found in
2022.3.52f1
6000.0.28f1
6000.1.0a4
6000.2.0a1
Issue ID
UUM-87944
Regression
Yes
Text field does not disappear if Ctrl+Z is pressed while editing in Viewport
Steps to reproduce:
- Create a new URP project.
- Assets > Create > UI Toolkit > UI Document, open this in UI Builder.
- Add a Label to Hierarchy.
- Double click on the Label text in the Viewport to activate the text field, and start typing.
- Press Ctrl+Z while typing. You can continue to type.
- Try to deselect the text field by selecting another element.
Actual results: The text field remains active. If you select the Label in the Hierarchy, the Attributes Text still holds what the text was before you started editing it. You can only deactivate this field by activating another one, or re-opening UI Builder.
Expected results: The text field doesn't get stuck in an activated state.
I don't know what the Ctrl+Z behaviour should be though - perhaps it should undo what was typed in the field? This is what I was trying to do when I hit Ctrl+Z.
Reproducible with versions: 6000.1.0a4, 6000.0.28f1, 2022.3.52f1, 2022.3.8f1
Not reproducible on:
- 2022.3.7f1 - but behaviour is also a bit unexpected - the field will deactivate, and it will look like text hasn't updated until you press Ctrl+S.
Can't test with versions: 2021.3, not available on OS.
Tested on (OS): Ubuntu 24.04
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
Add comment