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
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
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