Search Issue Tracker
Fixed in 2020.2.9f1
Fixed in 2020.1.X
Votes
1
Found in
2020.1.0a19
2020.1.0b12
2020.2
Issue ID
1255936
Regression
Yes
IDropHandler is not triggered when the dragged object has IPointerDownHandler implemented
How to reproduce:
1. Open user's attached "Drag Drop Bug" project
2. Open the "SampleScene" Scene
3. Enter the Play Mode
4. Drag and drop the red square onto the green rectangle
Expected result: IDropHandler is triggered, "Drop detected This Draggable does not work" is logged
Actual result: IDropHnadler is not triggered, "Drop detected This Draggable does not work" is not logged
Reproducible with: 2020.1.0a19, 2020.1.0b13, 2020.2.0a15
Not reproducible with: 2018.4.24f1, 2019.4.1f1, 2020.1.0a18
Notes:
- The issue only happens if IPointerDownHandler is implemented, does not happen with other Interfaces
-
Mellevh
Aug 13, 2020 10:07
This hasn't been fixed. It still happens in my project.
-
andrei2002
Jul 21, 2020 11:10
It says it was fixed in 2020.1.0b17 but today 21st July 2020 the latest beta version is 2020.1.0b16 and still has this issue :(
-
Peter77
Jun 29, 2020 12:57
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Resolution Note (fix version 2020.2.9f1):
made sure we send ondrop events as well pointer click events when required.
Fixed in 2020.2.0a18
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0b17