GNOME Bugzilla – Bug 707935
dnd: Remove the queue updated ID for completed drags as well
Last modified: 2013-09-11 19:26:06 UTC
See patch.
Created attachment 254733 [details] [review] dnd: Remove the queue updated ID for completed drags as well I thought that cancelDrag was called for completed drags as well, but it's not. Move the updateHoverId source removal to dragComplete. This fixes "this._dragActor is undefined" warnings after completed drags.
Attachment 254733 [details] pushed as 744749f - dnd: Remove the queue updated ID for completed drags as well <drago01> Jasper: so if testing (both cancel with button release and esc) still works acn