GNOME Bugzilla – Bug 145122
GtkFileChooser bookmarks pane must not accept file drops
Last modified: 2011-02-04 16:16:49 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.
Uh? I thought we made an explicit check for the dragged thing being a folder?
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 ***