Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.6f1
2018.3.0a1
2019.1.0a1
Issue ID
1103075
Regression
No
Some Pointer Event Data are set to null if getting them with OnPointerDown when Editor is out of focus
How to reproduce:
1. Open the attached "case_1103075-Pointer Event Data repro" project
2. Open "NewBehaviorScript
3. Add a Breakpoint on 11th line (Debug.Log(pointerEventData)
4. Attach to Unity and Play
5. While the Editor is out of focus click on the cube
6. Inspect pointerEventData in the debugger
Expected result: The same values are set in the PointerEventData no matter whether the Editor is focused or not
Actual result: Some values in the PointerEventData are set to null when the Editor is out of focus
Reproducible with: 2017.4.18f1, 2018.3.1f1, 2019.1.0a13
Note: Affected variables are pointerEnter, pointerPress, rawPointerPress
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
- 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
Resolution Note:
We are deprecating old Input System bugs as we have moved all of our resources to the new Input System.