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 119513 - eggtreemultidnd - Drag an Drop not user friendly.
eggtreemultidnd - Drag an Drop not user friendly.
Status: RESOLVED OBSOLETE
Product: libegg
Classification: Other
Component: treeviewutils
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
Libegg maintenance
Depends on:
Blocks:
 
 
Reported: 2003-08-09 22:18 UTC by Yann Rouillard
Modified: 2021-06-10 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch solves the problem, after having a look at nautilus file fm-list-view.c (1.12 KB, patch)
2003-08-09 22:20 UTC, Yann Rouillard
none Details | Review
This patch solves the problem. (3.16 KB, patch)
2003-08-18 12:03 UTC, Yann Rouillard
none Details | Review

Description Yann Rouillard 2003-08-09 22:18:40 UTC
The Eggtreemultidnd drag and drop behaviour is not user-friendly, because
to drag and drop a song you must in a first time click to select the entry,
and then click again to be able to effectively drag and drop it.

Having traced the problem in Rhythmbox
http://bugzilla.gnome.org/show_bug.cgi?id=119512
It seems that the Eggtreemultidnd signal handler is called before the
GtkTreeView default handler so when you first click on an entry it is not 
yet selected for the Eggtreemultidnd signal handler's point of view. As a
result it doesn't initiate the drag'n drop the first time.
Comment 1 Yann Rouillard 2003-08-09 22:20:43 UTC
Created attachment 19063 [details] [review]
This patch solves the problem, after having a look at nautilus file fm-list-view.c
Comment 2 Yann Rouillard 2003-08-18 12:02:13 UTC
The previous patch I posted didn't allow to drag and drop a set of
entry already selected just by clicking on one it (right now it just
deselects all but the one clicked).
Comment 3 Yann Rouillard 2003-08-18 12:03:02 UTC
Created attachment 19302 [details] [review]
This patch solves the problem.
Comment 4 Kjartan Maraas 2005-01-25 17:19:22 UTC
Looks like it was never applied. Users in CVS are nautilus, epiphany and
file-roller.
Comment 5 André Klapper 2021-06-10 20:51:33 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version of libegg, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libegg/-/issues/

Thank you for your understanding and your help.