Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X, 6000.2.X, 6000.3.X
Votes
0
Found in
2021.3.51f1
2022.3.61f1
6000.0.47f1
6000.1.0f1
6000.2.0a9
6000.3.0a1
Issue ID
UUM-104163
Regression
No
OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
How to reproduce:
1. Open the “IN-99663_OnEndDrag” project
2. Open the “SampleScene”
3. Enter Play mode
4. Click on the Triangle with Left and Right mouse buttons simultaneously
5. Drag the Triangle
6. While holding the buttons, make the Editor lose focus by changing tabs (alt+tab)
7. Release the buttons and go back to the Editor
8. Observe the Game view and the Console
Expected result: Console logs “Drag ended with button: Left” and “Drag ended with button: Right” are present and Triangle is not following the mouse
Actual result: Console log for “Drag ended with button: Left” is missing and Triangle keeps following the mouse
Reproducible with: 2021.3.51f1, 2022.1.0a1, 2022.3.61f1, 6000.0.47f1, 6000.1.0f1, 6000.2.0a9
Reproducible on: macOS 15.4.1 (M1 Max), Windows 11 (by user)
Not reproducible on: no other environments tested
Note: Not reproducible while using the new Input System Component “Input System UI Input Module”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment