Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.4.3f1
Issue ID
870530
Regression
No
EditorGUIUtility.editingTextField keeps returning true after you stop editing a text field
Steps to reproduce:
1. Open attached project
2. Open Project View
3. Select Script in project view
4. Start renaming it - notice that EditorGUIUtility.editingTextField is returning true
5. Press Enter or click on Project View to rename it
6. Take a look at console: EditorGUIUtility.editingTextField is still returning true
7. Press on any other Window - EditorGUIUtility.editingTextField is returning false
Expected behavior: EditorGUIUtility.editingTextField returns false after text field is no longer being edited
Actual behavior: EditorGUIUtility.editingTextField returns true after text field is no longer being edited
Reproducible with: 5.3.6f1, 5.4.4p1, 5.5.0p4, 5.6.0b4
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
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
beybi123
Apr 06, 2024 14:14
This bug still exists in Unity 2022.3.9f1.