Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.2.0a12
2020.2.1f1
2020.2.3f1
2021.1
2021.2
Issue ID
1307499
Regression
Yes
IPointerUpHandler is called on the same frame as IPointerDownHandler after losing focus from the Game view
Reproduction steps:
1. Open the user's attached project and Scenes/SampleScene scene
2. Enter the Play mode
3. Click on the Hierarchy window (or lose focus from the Game view in any other way)
4. In the Game view, click on the square (do not let go of a mouse button after pressing)
5. Observe the Console window
Expected result: OnPointerDown() is called
Actual result: OnPointerDown() and OnPointerUp() are called on the same frame
Reproducible with: 2020.2.0a12, 2020.2.3f1, 2021.1.0b4, 2021.2.0a4
Not reproducible with: 2019.4.19f1, 2020.2.0a11
Could not test with: 2018.4.31f1 (events did not get triggered)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Add comment