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 91406 - Dragging something over grouped apps in tasklist should open the group menu
Dragging something over grouped apps in tasklist should open the group menu
Status: RESOLVED OBSOLETE
Product: libwnck
Classification: Core
Component: tasklist
unspecified
Other All
: Normal major
: ---
Assigned To: libwnck maintainers
libwnck maintainers
: 125821 159709 321081 326025 335047 343421 343702 400997 404100 512684 523726 581348 603987 623020 (view as bug list)
Depends on:
Blocks: 155904 155908
 
 
Reported: 2002-08-22 12:42 UTC by Jörgen Scheibengruber
Modified: 2018-01-24 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jörgen Scheibengruber 2002-08-22 12:42:44 UTC
I like the possibilty to use drag and drop to open files from nautilus in
an already running application. But what I find very disturbing is the
fact, that when I select the files in nautilus, the nautilus window gets
focused, and in case the app window is behind the nautilus window, I no
longer have a destination to drop the files.
The solution would be to do the same thing as MS Windows does: If you drag
files onto the tasklist (and dont drop them), after some secs the
associated application pops onto the top and you can drop the files on the
application.
Comment 1 Arvind S N 2002-09-03 07:02:17 UTC
mfcn: I think that feature is very much there atm.
relevent bug that fixed it is
http://bugzilla.gnome.org/show_bug.cgi?id=80736

Moving it to libwnck, which implements it.
Comment 2 Arvind S N 2002-09-03 07:25:34 UTC
ah! now i realize. Are the apps grouped? If yes the fix I mentioned 
was for ungrouped apps.
Comment 3 Kjartan Maraas 2003-07-03 00:04:58 UTC
I'll reopen this so it gets onto the radar again. Close it if it's not
a problem any longer.
Comment 4 Havoc Pennington 2003-07-03 01:48:03 UTC
I have no idea how to fix this for grouped apps - which app in the
group do you raise?
Comment 5 Jörgen Scheibengruber 2003-07-03 07:36:13 UTC
The problem I was seeing is now fixed, indeed. I don't know, how do it
with grouped apps, I don't like that feature, so I always disable it.
Maybe someone could have a look at a Windows version that supports it?
I think KDE supports it, too (grouped apps & drag'n'drop over the
tasklist).
Comment 6 Kjartan Maraas 2004-04-18 20:58:41 UTC
Havoc, wouldn't it make sense to raise the last active window in a group? Or do
we not have that information?
Comment 7 Elijah Newren 2004-10-19 22:04:14 UTC
*** Bug 125821 has been marked as a duplicate of this bug. ***
Comment 8 Elijah Newren 2004-10-19 22:05:05 UTC
Bug 125821 has a good idea for what to do (assuming we keep our current grouping
mechanism):

If you are dragging an object, and you hover the mouse over a group button
on the window list for a couple of seconds, the group should expand so you
can hover over an app button for the app would get focus.

Currently, nothing happens. (At least when "Group windows when space is
limited", but I doubt this matters.)
Comment 9 Vincent Untz 2004-11-28 11:52:39 UTC
*** Bug 159709 has been marked as a duplicate of this bug. ***
Comment 10 Carlos Garnacho 2005-01-04 15:46:18 UTC
Elijah, I've been trying to cook a patch for this bug, but there's a gtk+
limitation with this, during DnD operation, the pointer is grabbed, and
gtk_menu_popup fails to work because it can't grab the pointer again.

So a solution could be creating a custom popup menu for this case, but I don't
really think it's the best solution :/

any thoughts?
Comment 11 Elijah Newren 2005-01-04 17:06:34 UTC
I have no idea how one would workaround a problem like that, or if it's
possible.    You'll need to get Mark, Havoc, or some gtk+ hacker to comment...
Comment 12 Vincent Noel 2005-01-28 14:39:48 UTC
Moving to the right component. Sorry for the spam.
Comment 13 Vincent Untz 2005-12-31 11:19:52 UTC
Retitling.
Comment 14 Vincent Untz 2005-12-31 11:20:02 UTC
*** Bug 321081 has been marked as a duplicate of this bug. ***
Comment 15 Vincent Untz 2006-01-07 07:37:38 UTC
*** Bug 326025 has been marked as a duplicate of this bug. ***
Comment 16 Elijah Newren 2006-03-18 20:06:35 UTC
*** Bug 335047 has been marked as a duplicate of this bug. ***
Comment 17 Elijah Newren 2006-05-30 18:36:41 UTC
*** Bug 343421 has been marked as a duplicate of this bug. ***
Comment 18 Elijah Newren 2006-06-02 18:56:32 UTC
*** Bug 343702 has been marked as a duplicate of this bug. ***
Comment 19 NoWhereMan 2006-06-02 19:11:20 UTC
sorry for doubke posting (again... today I have to improve my searching abilities...)
Comment 20 Elijah Newren 2006-06-02 19:17:57 UTC
NoWhereMan: It's okay; sometimes it's hard to find these dupes without knowing more about the modules.  You might want to give the simpler-dup-finder a whirl, though and tell me what you think (see http://mail.gnome.org/archives/gnome-bugsquad/2006-June/msg00000.html for more details).
Comment 21 Vincent Untz 2007-02-17 14:05:02 UTC
*** Bug 404100 has been marked as a duplicate of this bug. ***
Comment 22 Vincent Untz 2007-02-17 17:17:44 UTC
*** Bug 400997 has been marked as a duplicate of this bug. ***
Comment 23 Stefan Stuhr 2008-04-19 14:34:02 UTC
The Xfce 4.4 panel implements drag and drop to items in its launcher submenus.

If one have Xfce 4.4 installed, it can be demonstrated like this:
1. Run xfce4-panel.
2. Add a new launcher to a panel.
3. Open the launcher properties dialog for the launcher.
4. Add more launcher items.
5. Close the dialog window.
6. Begin a drag operation with a file from Nautilus or Thunar.
7. Hover over the arrow button of the launcher.
8. The submenu will pop up. Drag the file to one of the menu items.

Xfce 4.4 panel launcher source code:
http://svn.xfce.org/index.cgi/xfce/view/xfce4-panel/tags/xfce_4_4_2/plugins/launcher/launcher.c

If something like this could be implemented for grouped tasks, with drag hovering over a grouped menu item raising the window, then I would be very happy :)
Comment 24 Stefan Stuhr 2009-01-31 15:33:32 UTC
(In reply to comment #23)
> The Xfce 4.4 panel implements drag and drop to items in its launcher submenus. 

Support for this has just been added in xfce4-panel svn trunk (to be part of Xfce 4.6), with revision 29414 [1]. Described by the developer as "Still a bit of a hack but less worse then the previous implementation."

[1]: http://svn.xfce.org/index.cgi/xfce?view=revision&revision=29414
Comment 25 Philip Withnall 2009-05-04 22:02:11 UTC
*** Bug 581348 has been marked as a duplicate of this bug. ***
Comment 26 Philip Withnall 2009-05-04 22:02:44 UTC
*** Bug 512684 has been marked as a duplicate of this bug. ***
Comment 27 Philip Withnall 2009-05-04 22:02:52 UTC
*** Bug 523726 has been marked as a duplicate of this bug. ***
Comment 28 Vincent Untz 2010-01-14 00:49:24 UTC
*** Bug 603987 has been marked as a duplicate of this bug. ***
Comment 29 Wouter van der Graaf 2010-03-05 09:57:52 UTC
How come this is an 8 year old bug? Is it that hard to implement? It's quite annoying that I can't drag and drop something (like a file or folder in Nautilus) on another window in a grouped taskbar list. IMHO it's a much needed usability improvement.
Comment 30 Vincent Untz 2010-03-05 10:32:50 UTC
(In reply to comment #29)
> How come this is an 8 year old bug? Is it that hard to implement?

Yes, it's hard to implement this in a non-broken way.
Comment 31 Vincent Untz 2010-07-01 09:03:36 UTC
*** Bug 623020 has been marked as a duplicate of this bug. ***
Comment 32 GNOME Infrastructure Team 2018-01-24 13:16:21 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libwnck/issues/13.