Search Issue Tracker
Fixed in 2019.1.X
Votes
2
Found in
2018.2.9f1
Issue ID
1084294
Regression
No
OnEndDrag() is not called if Unity loses focus after starting dragging an Image
How to reproduce:
1. Open the user's project
2. In the Project go to Scenes -> SampleScene
3. Enter Play Mode
4. Hold Left Mouse Button on the circle
5. Alt-tab (without moving the circle) to lose focus then alt-tab back into Unity
6. At this point it is safe to release Left Mouse Button, the circle will be dragged without holding it
7. Click Left Mouse Button again to release circle
Expected result: OnEndDrag() is called after releasing the circle
Actual result: OnEndDrag() is not called
Reproducible with: 2017.4.12f1, 2018.1.9f2, 2018.2.10f1, 2018.3.0b3, 2019.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment