After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607351 - Drag point wrong for application icons
Drag point wrong for application icons
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 596251 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-01-18 20:06 UTC by Owen Taylor
Modified: 2010-02-05 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix drag point for application icons (1.17 KB, patch)
2010-02-04 22:00 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2010-01-18 20:06:40 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.
Comment 1 Dan Winship 2010-01-18 20:14:59 UTC
*** Bug 596251 has been marked as a duplicate of this bug. ***
Comment 2 Owen Taylor 2010-02-04 22:00:03 UTC
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.
Comment 3 Owen Taylor 2010-02-05 15:57:45 UTC
Attachment 153042 [details] pushed as f5c4e23 - Fix drag point for application icons