Unity Issue Tracker - IEndDragHandler.OnEndDrag is not called when quickly pressing after a drag in low frame rate
Closed
UUM-7415
IEndDragHandler.OnEndDrag is not called when quickly pressing after a drag in low frame rate
Unity: uGUI
Won't Fix
2023.3.X
2023.2.X
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
Reproduction steps:
1. Open the attached “EndDrag.zip“ project
2. Open the “SampleScene” scene
3. Enter Play Mode
4. Press the left mouse button on the white image and drag the mouse
5. Release the left mouse button and quickly press it again
6. Observe the Console
Actual result: “EndDrag” wasn't logged
Expected result: “EndDrag” was logged