Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.58f1
6000.0.37f1
6000.1.0b5
6000.2.0a3
Issue ID
UUM-96982
Regression
No
TMP_InputField does not trigger the "onEndEdit" event after pressing ESC when there is a ScrollBar attached to it
How to reproduce:
1. Open the “BugReport.zip“ project
2. Open the “SampleScene“
3. Enter Play Mode
4. Enable the bottom input field to edit it In the Game view
5. Type in anything and press the ESC key
6. Observe the Console (note that the log is thrown)
7. Clear the console
8. Enable the top input field to edit it In the Game view
9. Type in anything and press the ESC key
10. Observe the Console
Expected result: An empty info log is logged or the previous text is logged
Actual result: Nothing gets logged
Reproducible in: 2022.3.58f1, 6000.0.37f1, 6000.1.0b5, 6000.2.0a3
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- The “onEndEdit“ event is not triggered when the ESC key is pressed on the InputField that has the ScrollBar
- The InputField only appears to be active (caret is blinking), but pressing S will switch to the bottom InputField (like it would if it was selected, but not active), but the event is only sent when the top InputField becomes unselected
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note:
This does look like a potential bug, however, given our priority on UI Toolkit going forward, we are only able to address more serious bugs and regressions on TMP.