Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.2.0b6
2018.2.1f1
Issue ID
1066718
Regression
Yes
[macOS] A MouseDrag event is called after the final DragExited event when dragging and releasing in an Editor Window
Repro steps:
1. Open attached project
2. Window -> TestEditorWindow
3. Perform a mouse drag and release operation in the window
4. Observe the console
Expected: DragExited is the last event called
Actual: The last event that gets called is MouseDrag Position(x,y,z) and it's after DragExited
Reproducible with: 2017.4.9f1, 2018.1.5f1, 2018.1.9f2, 2018.2.5f1, 2018.3.0a9
Not reproducible with: 2018.1.4f1, 2018.2.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment