Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.12f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1148776
Regression
No
OnPointerUp event is called before mouse is released when OnDrag Event is implemented in Parent or Child object
How to reproduce:
1. Open the attached project("PointerUp")
2. Enter Play Mode
3. Press and hold down the mouse button on the blue square in the Game View
4. Start dragging the mouse without releasing the mouse button
5. Observe the Console
Expected result: "Up" is not printed
Actual result: "Up" is printed after "Drag begun"
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Resolution Note (2019.3.X):
This is by design. We release any pointer down before starting a drag and clear click selection.