GNOME Bugzilla – Bug 607351
Drag point wrong for application icons
Last modified: 2010-02-05 15:57:45 UTC
Drag an application from the favorites well watching carefully where you click on it to pick it up. When you are dragging the pointer doesn't point to where you clicked to start the drag but to a slightly different location. When you release (in a no-drop area), the icon doesn't animate back to the original location of the icon, but to a slightly differnet location.
*** Bug 596251 has been marked as a duplicate of this bug. ***
Created attachment 153042 [details] [review] Fix drag point for application icons We need to return the "thing that is being dragged" from getDragActorSource() so that dnd.js can figure out the right relationship between the dragged object and cursor.
Attachment 153042 [details] pushed as f5c4e23 - Fix drag point for application icons