Search Issue Tracker
Fixed
Votes
1
Found in [Package]
1.1.0-preview.2
Issue ID
1308116
Regression
No
New Input System's Mouse events get stuck on the first clicked UI Toolkit's Control
How to reproduce it:
1. Open the user's attached project "TextFieldSelection.zip"
2. Load "SampleScene"
3. Enter Play mode
4. In the Game view click on the first text field and notice that it gets highlighted
5. Click on the second text field
6. Observe the text field
Expected result: Second text field gets mouse input and it gets highlighted
Actual result: Second text field doesn't get mouse input and the first text field continues to consume mouse events
Reproducible with: 2020.2.5f1, 2021.1.0b7 (1.0.2, 1.1.0-preview.2)
Could not test with: 2018.4.31f1, 2019.4.19f1 (UI Toolkit is not introduced yet), 2021.2.0a5 (1.1.0-preview.2) - due to errors with UI Toolkit
Notes:
- Using UI Toolkit 1.0.0-preview.14 package
- Only reproducible when Active Input Handling is set to "Input System Package (New)"
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Should be fixed in the built-in version from the trunk (2021.2+). Could not be verified with the attached project.