GNOME Bugzilla – Bug 778203
icon shown at top left corner when dnd begins
Last modified: 2017-02-17 18:39:30 UTC
Created attachment 344972 [details] nautilus dnd issue (video) When dnd is begun in nautilus, the icon is first placed at the top left of gnome shell. How to reproduce: Click and drag some icon as slow as possible (Sorry, try harder) I'm on X11 if that matters. Please see the attached screencast. This can be an issue in gtk+ as this also happens in evince and gnome-calendar. Thanks
It's probably gtk+, I also experienced that. Reassining
Created attachment 345124 [details] [review] gdk: Ensure GdkDragContext instantly updates drag window position Otherwise we wait for the next gdk_drag_motion() call, which will happen on the next motion event, making the drag window briefly visible on the 0,0 root coordinates.
Review of attachment 345124 [details] [review]: ok
Attachment 345124 [details] pushed as 9029bc0 - gdk: Ensure GdkDragContext instantly updates drag window position