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
- Erratic Mesh panning behavior in Inspector Mesh Preview when panning fully zoomed out
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Add comment