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
Comments (3)
-
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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