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 145122 - GtkFileChooser bookmarks pane must not accept file drops
GtkFileChooser bookmarks pane must not accept file drops
Status: RESOLVED DUPLICATE of bug 146185
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.4.x
Other All
: High major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-06-29 09:05 UTC by Sven Neumann
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2004-06-29 09:05:30 UTC
The GtkFileChooser bookmarks pane does accept DND of URIs. That's a nice way of
adding a folder to the list of bookmarks. However it seems that the code does
not only accept folders but also files. Having a file in the bookmarks list
doesn't seem to make sense and the behaviour it shows if you click on a file
bookmarks is sortof strange. I suggest that the bookmarks pane only accepts DND
of folders.
Comment 1 Federico Mena Quintero 2004-07-09 01:42:04 UTC
Uh?  I thought we made an explicit check for the dragged thing being a folder?
Comment 2 Federico Mena Quintero 2004-07-21 01:55:50 UTC
It turns out that this is the same as bug #146185 --- ::get_folder() in the VFS
backend always returns a folder structure, even when the requested thing is not
a folder or is not readable.

(This works fine in the Unix backend)

*** This bug has been marked as a duplicate of 146185 ***