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 313408 - Emblems cannot be drag-n-dropped on a "view as list".
Emblems cannot be drag-n-dropped on a "view as list".
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: List View
2.11.x
Other All
: High normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-13 18:28 UTC by Lionel Dricot
Modified: 2005-08-22 23:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Proposed patch. (2.43 KB, patch)
2005-08-14 17:58 UTC, Christian Neumair
reviewed Details | Review

Description Lionel Dricot 2005-08-13 18:28:42 UTC
Please describe the problem:
Emblems from the side pane cannot being drag-n-dropped on a folder if the view
is set a "view as list".

Steps to reproduce:
1. Open a non-spatial nautilus
2. Set the side pane to view embles and the right pane as "view as list".
3. Try to drag-n-drop


Actual results:


Expected results:


Does this happen every time?


Other information:
The original Ubuntu bug :

http://bugzilla.ubuntu.com/show_bug.cgi?id=13351
Comment 1 Sebastien Bacher 2005-08-14 13:01:48 UTC
Thanks for your bug.
Comment 2 Christian Neumair 2005-08-14 17:58:21 UTC
Created attachment 50688 [details] [review]
Proposed patch.

I've also submitted this patch against the nautilus mailing list [1] for
review.

[1] http://mail.gnome.org/archives/nautilus-list/2005-August/msg00132.html
Comment 3 Kristian Berg 2005-08-18 16:35:31 UTC
This also applies for softlinks
Comment 4 Martin Wehner 2005-08-22 23:45:05 UTC
2005-08-23  Martin Wehner  <martin.wehner@gmail.com>

	* libnautilus-private/nautilus-tree-view-drag-dest.c:
	(get_drop_action), (receive_dropped_keyword),
	(drag_data_received_callback):
	Enable emblem dropping to the list view and allow text
	drags on the list background. Fixes #313408.

	Based on a patch from Christian Neumair  <chris@gnome-de.org>