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
- Depth of Field doesn't apply correctly to Canvas UI when it is set to World Space Render Mode
- Crash on GetElementMapKey when "None" is assigned to a field with binding path "m_GameObject"
- Stereoscopic skybox renders as monoscopic when using Multi-pass render mode in XR plugin while using URP
- Parameterized Tests with ValueSource fail when supplied parameter is an System.Object
- Error Message "Broken text PPtr in file" is not informative enough to locate the problematic asset
Add comment