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
- Shadow is jittering when TAA is on, lens shift is enabled and the Camera is at least 800 units away from the origin
- VideoPlayer.loopPointReached invokes twice when WaitForFirstFrame is enabled
- Converting empty groups along with nodes into a subgraph prevents subgraph creation and throws errors
- Information box is pushed up when resizing the Visual Element located in the upper part of UI Document
- Transparent objects cannot receive shadows from Point Light when Rendering Path is set to "Deferred" and there is Spot Light in the Scene
Add comment