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
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
Add comment